Checkstyle Results

The following document contains the results of Checkstyle 10.12.3 with checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
373 0 25170 0

Files

File  I  W  E
coverageTests/src/main/java/ClassInDefaultPackage.java 0 19 0
coverageTests/src/main/java/integrationTests/AbstractClassWithNoExecutableLines.java 0 4 0
coverageTests/src/main/java/integrationTests/AnAnnotation.java 0 3 0
coverageTests/src/main/java/integrationTests/AnEnum.java 0 1 0
coverageTests/src/main/java/integrationTests/AnInterface.java 0 3 0
coverageTests/src/main/java/integrationTests/BooleanExpressions.java 0 66 0
coverageTests/src/main/java/integrationTests/ClassInRegularPackage.java 0 21 0
coverageTests/src/main/java/integrationTests/ClassLoadedByCustomLoaderOnly.java 0 8 0
coverageTests/src/main/java/integrationTests/ClassNotExercised.java 0 7 0
coverageTests/src/main/java/integrationTests/ClassWithAnnotations.java 0 9 0
coverageTests/src/main/java/integrationTests/ClassWithNestedClasses.java 0 28 0
coverageTests/src/main/java/integrationTests/ClassWithNestedEnum.java 0 11 0
coverageTests/src/main/java/integrationTests/ClassWithReferenceToNestedClass.java 0 7 0
coverageTests/src/main/java/integrationTests/IfElseStatements.java 0 149 0
coverageTests/src/main/java/integrationTests/InterfaceWithExecutableCode.java 0 3 0
coverageTests/src/main/java/integrationTests/MultiThreadedCode.java 0 9 0
coverageTests/src/main/java/integrationTests/UnreachableStatements.java 0 11 0
coverageTests/src/main/java/integrationTests/data/ClassWithFields.java 0 44 0
coverageTests/src/main/java/integrationTests/data/ClassWithFieldsAccessedByMultipleTests.java 0 30 0
coverageTests/src/main/java/integrationTests/data/ClassWithInstanceFields.java 0 69 0
coverageTests/src/main/java/integrationTests/loops/ForStatements.java 0 61 0
coverageTests/src/main/java/integrationTests/loops/WhileStatements.java 0 105 0
coverageTests/src/main/java/integrationTests/otherControlStructures/SwitchStatements.java 0 93 0
coverageTests/src/main/java/integrationTests/otherControlStructures/SynchronizedBlocks.java 0 22 0
coverageTests/src/main/java/integrationTests/otherControlStructures/TryCatchFinallyStatements.java 0 64 0
mockit/Capturing.java 0 2 0
mockit/Delegate.java 0 7 0
mockit/Expectations.java 0 48 0
mockit/FullVerifications.java 0 7 0
mockit/Injectable.java 0 7 0
mockit/Invocation.java 0 34 0
mockit/Invocations.java 0 216 0
mockit/Mock.java 0 10 0
mockit/MockUp.java 0 56 0
mockit/Mocked.java 0 12 0
mockit/Tested.java 0 36 0
mockit/Verifications.java 0 28 0
mockit/VerificationsInOrder.java 0 3 0
mockit/asm/AnnotatedReader.java 0 58 0
mockit/asm/BaseWriter.java 0 80 0
mockit/asm/SignatureWriter.java 0 14 0
mockit/asm/annotations/AnnotationReader.java 0 158 0
mockit/asm/annotations/AnnotationVisitor.java 0 247 0
mockit/asm/classes/BootstrapMethodsWriter.java 0 75 0
mockit/asm/classes/ClassInfo.java 0 7 0
mockit/asm/classes/ClassReader.java 0 170 0
mockit/asm/classes/ClassVisitor.java 0 16 0
mockit/asm/classes/ClassWriter.java 0 155 0
mockit/asm/classes/ConstantPoolCopying.java 0 142 0
mockit/asm/classes/InnerClassesWriter.java 0 22 0
mockit/asm/classes/InterfaceWriter.java 0 20 0
mockit/asm/classes/NestHostWriter.java 0 13 0
mockit/asm/classes/NestMembersWriter.java 0 20 0
mockit/asm/classes/SourceFileWriter.java 0 13 0
mockit/asm/classes/WrappingClassVisitor.java 0 23 0
mockit/asm/constantPool/AttributeWriter.java 0 22 0
mockit/asm/constantPool/BootstrapMethodItem.java 0 12 0
mockit/asm/constantPool/ClassMemberItem.java 0 20 0
mockit/asm/constantPool/ConstantPoolGeneration.java 0 343 0
mockit/asm/constantPool/DoubleItem.java 0 13 0
mockit/asm/constantPool/DynamicItem.java 0 20 0
mockit/asm/constantPool/FloatItem.java 0 13 0
mockit/asm/constantPool/IntItem.java 0 9 0
mockit/asm/constantPool/IntValueItem.java 0 16 0
mockit/asm/constantPool/Item.java 0 37 0
mockit/asm/constantPool/LongItem.java 0 9 0
mockit/asm/constantPool/LongValueItem.java 0 17 0
mockit/asm/constantPool/MergedTypeTableItem.java 0 22 0
mockit/asm/constantPool/MethodHandleItem.java 0 21 0
mockit/asm/constantPool/ModuleItem.java 0 26 0
mockit/asm/constantPool/NameAndTypeItem.java 0 12 0
mockit/asm/constantPool/NormalTypeTableItem.java 0 14 0
mockit/asm/constantPool/PackageItem.java 0 26 0
mockit/asm/constantPool/StringItem.java 0 26 0
mockit/asm/constantPool/TypeOrMemberItem.java 0 40 0
mockit/asm/constantPool/TypeTableItem.java 0 15 0
mockit/asm/constantPool/UninitializedTypeTableItem.java 0 22 0
mockit/asm/controlFlow/CFGAnalysis.java 0 330 0
mockit/asm/controlFlow/Edge.java 0 13 0
mockit/asm/controlFlow/Frame.java 0 944 0
mockit/asm/controlFlow/FrameTypeMask.java 0 26 0
mockit/asm/controlFlow/Label.java 0 148 0
mockit/asm/controlFlow/StackMapTableWriter.java 0 338 0
mockit/asm/exceptionHandling/ExceptionHandler.java 0 20 0
mockit/asm/exceptionHandling/ExceptionHandling.java 0 51 0
mockit/asm/fields/FieldReader.java 0 36 0
mockit/asm/fields/FieldVisitor.java 0 53 0
mockit/asm/jvmConstants/Access.java 0 43 0
mockit/asm/jvmConstants/ArrayElementType.java 0 9 0
mockit/asm/jvmConstants/ClassVersion.java 0 19 0
mockit/asm/jvmConstants/ConstantPoolTypes.java 0 20 0
mockit/asm/jvmConstants/JVMInstruction.java 0 46 0
mockit/asm/jvmConstants/Opcodes.java 0 161 0
mockit/asm/metadata/ClassMetadataReader.java 0 443 0
mockit/asm/metadata/ObjectWithAttributes.java 0 13 0
mockit/asm/methods/ExceptionsWriter.java 0 21 0
mockit/asm/methods/LineNumberTableWriter.java 0 28 0
mockit/asm/methods/LocalVariableTableWriter.java 0 51 0
mockit/asm/methods/MethodReader.java 0 522 0
mockit/asm/methods/MethodVisitor.java 0 48 0
mockit/asm/methods/MethodWriter.java 0 319 0
mockit/asm/methods/WrappingMethodVisitor.java 0 65 0
mockit/asm/types/ArrayType.java 0 40 0
mockit/asm/types/JavaType.java 0 163 0
mockit/asm/types/MethodType.java 0 17 0
mockit/asm/types/ObjectType.java 0 22 0
mockit/asm/types/PrimitiveType.java 0 126 0
mockit/asm/types/ReferenceType.java 0 93 0
mockit/asm/util/ByteVector.java 0 175 0
mockit/asm/util/BytecodeReader.java 0 308 0
mockit/asm/util/MethodHandle.java 0 35 0
mockit/coverage/AccretionFile.java 0 20 0
mockit/coverage/CallPoint.java 0 162 0
mockit/coverage/CodeCoverage.java 0 40 0
mockit/coverage/Configuration.java 0 29 0
mockit/coverage/CoverageCheck.java 0 93 0
mockit/coverage/CoveragePercentage.java 0 34 0
mockit/coverage/DataFileMerging.java 0 35 0
mockit/coverage/OutputFileGenerator.java 0 100 0
mockit/coverage/TestRun.java 0 98 0
mockit/coverage/XmlFile.java 0 56 0
mockit/coverage/data/CoverageData.java 0 160 0
mockit/coverage/data/FileCoverageData.java 0 48 0
mockit/coverage/data/PerFileCoverage.java 0 5 0
mockit/coverage/dataItems/FieldData.java 0 31 0
mockit/coverage/dataItems/InstanceFieldData.java 0 45 0
mockit/coverage/dataItems/PerFileDataCoverage.java 0 129 0
mockit/coverage/dataItems/StaticFieldData.java 0 24 0
mockit/coverage/lines/BranchCoverageData.java 0 24 0
mockit/coverage/lines/LineCoverageData.java 0 140 0
mockit/coverage/lines/LineSegmentData.java 0 69 0
mockit/coverage/lines/PerFileLineCoverage.java 0 203 0
mockit/coverage/modification/CFGTracking.java 0 109 0
mockit/coverage/modification/ClassModification.java 0 65 0
mockit/coverage/modification/ClassSelection.java 0 106 0
mockit/coverage/modification/ClassesNotLoaded.java 0 46 0
mockit/coverage/modification/CoverageModifier.java 0 135 0
mockit/coverage/modification/MethodModifier.java 0 191 0
mockit/coverage/modification/VisitInterruptedException.java 0 2 0
mockit/coverage/reporting/CoverageReport.java 0 87 0
mockit/coverage/reporting/ListOfCallPoints.java 0 57 0
mockit/coverage/reporting/OutputFile.java 0 59 0
mockit/coverage/reporting/SourceFiles.java 0 46 0
mockit/coverage/reporting/StaticFiles.java 0 47 0
mockit/coverage/reporting/dataCoverage/DataCoverageOutput.java 0 61 0
mockit/coverage/reporting/lineCoverage/LineCoverageFormatter.java 0 41 0
mockit/coverage/reporting/lineCoverage/LineCoverageOutput.java 0 38 0
mockit/coverage/reporting/lineCoverage/LineSegmentsFormatter.java 0 76 0
mockit/coverage/reporting/packages/IndexPage.java 0 181 0
mockit/coverage/reporting/packages/ListWithFilesAndPercentages.java 0 63 0
mockit/coverage/reporting/packages/PackageCoverageReport.java 0 65 0
mockit/coverage/reporting/parsing/FileParser.java 0 69 0
mockit/coverage/reporting/parsing/LineElement.java 0 188 0
mockit/coverage/reporting/parsing/LineParser.java 0 157 0
mockit/coverage/reporting/sourceFiles/FileCoverageReport.java 0 72 0
mockit/coverage/reporting/sourceFiles/InputFile.java 0 77 0
mockit/coverage/reporting/sourceFiles/NeutralOutput.java 0 91 0
mockit/coverage/testRedundancy/JUnitListener.java 0 26 0
mockit/coverage/testRedundancy/TestCoverage.java 0 38 0
mockit/integration/TestRunnerDecorator.java 0 202 0
mockit/integration/junit4/FakeFrameworkMethod.java 0 51 0
mockit/integration/junit4/FakeRunNotifier.java 0 42 0
mockit/integration/junit4/JUnit4TestRunnerDecorator.java 0 106 0
mockit/integration/junit5/JMockitExtension.java 0 183 0
mockit/integration/junit5/package-info.java 0 1 0
mockit/integration/springframework/BeanLookup.java 0 36 0
mockit/integration/springframework/FakeBeanFactory.java 0 33 0
mockit/integration/springframework/TestWebApplicationContext.java 0 22 0
mockit/integration/springframework/package-info.java 0 2 0
mockit/integration/testng/TestNGRunnerDecorator.java 0 182 0
mockit/internal/BaseClassModifier.java 0 202 0
mockit/internal/BaseInvocation.java 0 51 0
mockit/internal/ClassFile.java 0 163 0
mockit/internal/ClassIdentification.java 0 27 0
mockit/internal/ClassLoadingBridge.java 0 68 0
mockit/internal/capturing/CaptureOfImplementations.java 0 43 0
mockit/internal/capturing/CaptureTransformer.java 0 109 0
mockit/internal/capturing/CapturedType.java 0 51 0
mockit/internal/classGeneration/BaseSubclassGenerator.java 0 129 0
mockit/internal/classGeneration/ImplementationClass.java 0 33 0
mockit/internal/classGeneration/MockedTypeInfo.java 0 35 0
mockit/internal/expectations/ActiveInvocations.java 0 139 0
mockit/internal/expectations/BaseVerificationPhase.java 0 95 0
mockit/internal/expectations/EquivalentInstances.java 0 70 0
mockit/internal/expectations/ExecutionMode.java 0 44 0
mockit/internal/expectations/Expectation.java 0 72 0
mockit/internal/expectations/FailureState.java 0 28 0
mockit/internal/expectations/FullVerificationPhase.java 0 84 0
mockit/internal/expectations/InstanceBasedMatching.java 0 26 0
mockit/internal/expectations/MockingFilters.java 0 25 0
mockit/internal/expectations/OrderedVerificationPhase.java 0 109 0
mockit/internal/expectations/PartiallyMockedInstances.java 0 20 0
mockit/internal/expectations/Phase.java 0 12 0
mockit/internal/expectations/PhasedExecutionState.java 0 111 0
mockit/internal/expectations/RecordAndReplayExecution.java 0 227 0
mockit/internal/expectations/RecordPhase.java 0 50 0
mockit/internal/expectations/ReplayPhase.java 0 77 0
mockit/internal/expectations/SequenceOfReturnValues.java 0 86 0
mockit/internal/expectations/TestOnlyPhase.java 0 61 0
mockit/internal/expectations/UnorderedVerificationPhase.java 0 62 0
mockit/internal/expectations/VerifiedExpectation.java 0 18 0
mockit/internal/expectations/argumentMatching/AlwaysTrueMatcher.java 0 28 0
mockit/internal/expectations/argumentMatching/ArgumentMatcher.java 0 4 0
mockit/internal/expectations/argumentMatching/ArgumentMismatch.java 0 130 0
mockit/internal/expectations/argumentMatching/CaptureMatcher.java 0 22 0
mockit/internal/expectations/argumentMatching/ClassMatcher.java 0 51 0
mockit/internal/expectations/argumentMatching/EqualityMatcher.java 0 47 0
mockit/internal/expectations/argumentMatching/InequalityMatcher.java 0 11 0
mockit/internal/expectations/argumentMatching/LenientEqualityMatcher.java 0 20 0
mockit/internal/expectations/argumentMatching/NonNullityMatcher.java 0 14 0
mockit/internal/expectations/argumentMatching/NullityMatcher.java 0 14 0
mockit/internal/expectations/argumentMatching/NumericEqualityMatcher.java 0 19 0
mockit/internal/expectations/argumentMatching/PatternMatcher.java 0 16 0
mockit/internal/expectations/argumentMatching/ReflectiveMatcher.java 0 30 0
mockit/internal/expectations/argumentMatching/SamenessMatcher.java 0 15 0
mockit/internal/expectations/argumentMatching/StringContainmentMatcher.java 0 11 0
mockit/internal/expectations/argumentMatching/StringPrefixMatcher.java 0 11 0
mockit/internal/expectations/argumentMatching/StringSuffixMatcher.java 0 11 0
mockit/internal/expectations/argumentMatching/SubstringMatcher.java 0 8 0
mockit/internal/expectations/invocation/ArgumentValuesAndMatchers.java 0 104 0
mockit/internal/expectations/invocation/ArgumentValuesAndMatchersWithVarargs.java 0 130 0
mockit/internal/expectations/invocation/ArgumentValuesAndMatchersWithoutVarargs.java 0 38 0
mockit/internal/expectations/invocation/DelegateInvocation.java 0 21 0
mockit/internal/expectations/invocation/DelegatedResult.java 0 57 0
mockit/internal/expectations/invocation/ExpectationError.java 0 11 0
mockit/internal/expectations/invocation/ExpectedInvocation.java 0 286 0
mockit/internal/expectations/invocation/InvocationArguments.java 0 73 0
mockit/internal/expectations/invocation/InvocationConstraints.java 0 50 0
mockit/internal/expectations/invocation/InvocationResult.java 0 42 0
mockit/internal/expectations/invocation/InvocationResults.java 0 87 0
mockit/internal/expectations/invocation/MissingInvocation.java 0 7 0
mockit/internal/expectations/invocation/MultiValuedConversion.java 0 82 0
mockit/internal/expectations/invocation/ReturnTypeConversion.java 0 223 0
mockit/internal/expectations/invocation/UnexpectedInvocation.java 0 7 0
mockit/internal/expectations/mocking/BaseTypeRedefinition.java 0 200 0
mockit/internal/expectations/mocking/CaptureOfNewInstances.java 0 50 0
mockit/internal/expectations/mocking/CascadingTypeRedefinition.java 0 10 0
mockit/internal/expectations/mocking/FieldTypeRedefinition.java 0 29 0
mockit/internal/expectations/mocking/FieldTypeRedefinitions.java 0 116 0
mockit/internal/expectations/mocking/InstanceFactory.java 0 51 0
mockit/internal/expectations/mocking/InterfaceImplementationGenerator.java 0 121 0
mockit/internal/expectations/mocking/MockedBridge.java 0 38 0
mockit/internal/expectations/mocking/MockedClassModifier.java 0 163 0
mockit/internal/expectations/mocking/MockedType.java 0 186 0
mockit/internal/expectations/mocking/ParameterTypeRedefinitions.java 0 83 0
mockit/internal/expectations/mocking/PartialMocking.java 0 46 0
mockit/internal/expectations/mocking/SubclassGenerationModifier.java 0 19 0
mockit/internal/expectations/mocking/TypeRedefinition.java 0 14 0
mockit/internal/expectations/mocking/TypeRedefinitions.java 0 30 0
mockit/internal/expectations/state/CascadingTypes.java 0 71 0
mockit/internal/expectations/state/ExecutingTest.java 0 141 0
mockit/internal/expectations/state/MockedTypeCascade.java 0 184 0
mockit/internal/expectations/transformation/ArgumentCapturing.java 0 90 0
mockit/internal/expectations/transformation/ArgumentMatching.java 0 74 0
mockit/internal/expectations/transformation/Capture.java 0 73 0
mockit/internal/expectations/transformation/ExpectationsTransformer.java 0 37 0
mockit/internal/expectations/transformation/InvocationBlockModifier.java 0 209 0
mockit/internal/faking/CaptureOfFakedImplementations.java 0 21 0
mockit/internal/faking/FakeBridge.java 0 23 0
mockit/internal/faking/FakeClassSetup.java 0 67 0
mockit/internal/faking/FakeClasses.java 0 91 0
mockit/internal/faking/FakeInvocation.java 0 48 0
mockit/internal/faking/FakeMethodBridge.java 0 63 0
mockit/internal/faking/FakeMethodCollector.java 0 34 0
mockit/internal/faking/FakeMethods.java 0 186 0
mockit/internal/faking/FakeState.java 0 99 0
mockit/internal/faking/FakeStates.java 0 63 0
mockit/internal/faking/FakedClassModifier.java 0 250 0
mockit/internal/injection/BeanExporter.java 0 28 0
mockit/internal/injection/InjectionPoint.java 0 214 0
mockit/internal/injection/InjectionProvider.java 0 42 0
mockit/internal/injection/InjectionProviders.java 0 147 0
mockit/internal/injection/InjectionState.java 0 153 0
mockit/internal/injection/Injector.java 0 143 0
mockit/internal/injection/InterfaceResolution.java 0 65 0
mockit/internal/injection/LifecycleMethods.java 0 129 0
mockit/internal/injection/MultiValuedProvider.java 0 20 0
mockit/internal/injection/TestedClass.java 0 72 0
mockit/internal/injection/TestedClassInstantiations.java 0 131 0
mockit/internal/injection/TestedField.java 0 32 0
mockit/internal/injection/TestedObject.java 0 106 0
mockit/internal/injection/TestedObjectCreation.java 0 34 0
mockit/internal/injection/TestedParameter.java 0 26 0
mockit/internal/injection/TestedParameters.java 0 38 0
mockit/internal/injection/constructor/ConstructorInjection.java 0 132 0
mockit/internal/injection/constructor/ConstructorParameter.java 0 23 0
mockit/internal/injection/constructor/ConstructorSearch.java 0 197 0
mockit/internal/injection/field/FieldInjection.java 0 5 0
mockit/internal/injection/field/FieldToInject.java 0 23 0
mockit/internal/injection/full/FullInjection.java 0 186 0
mockit/internal/injection/full/JPADependencies.java 0 84 0
mockit/internal/injection/full/ServletDependencies.java 0 29 0
mockit/internal/injection/full/TestConversation.java 0 33 0
mockit/internal/injection/full/TestDataSource.java 0 101 0
mockit/internal/package-info.java 0 2 0
mockit/internal/reflection/AnnotationReflection.java 0 30 0
mockit/internal/reflection/ConstructorReflection.java 0 74 0
mockit/internal/reflection/EmptyProxy.java 0 37 0
mockit/internal/reflection/FieldReflection.java 0 30 0
mockit/internal/reflection/GenericTypeReflection.java 0 500 0
mockit/internal/reflection/MethodReflection.java 0 159 0
mockit/internal/reflection/MockInvocationHandler.java 0 25 0
mockit/internal/reflection/ParameterReflection.java 0 81 0
mockit/internal/reflection/RealMethodOrConstructor.java 0 67 0
mockit/internal/reflection/ThrowOfCheckedException.java 0 12 0
mockit/internal/startup/ClassLoadingBridgeFields.java 0 42 0
mockit/internal/startup/JMockitInitialization.java 0 61 0
mockit/internal/startup/Startup.java 0 77 0
mockit/internal/state/CachedClassfiles.java 0 84 0
mockit/internal/state/MockFixture.java 0 248 0
mockit/internal/state/ParameterNames.java 0 32 0
mockit/internal/state/SavePoint.java 0 31 0
mockit/internal/state/TestRun.java 0 109 0
mockit/internal/util/AutoBoxing.java 0 33 0
mockit/internal/util/ClassLoad.java 0 143 0
mockit/internal/util/ClassNaming.java 0 26 0
mockit/internal/util/DefaultValues.java 0 173 0
mockit/internal/util/GeneratedClasses.java 0 56 0
mockit/internal/util/MethodFormatter.java 0 166 0
mockit/internal/util/ObjectMethods.java 0 30 0
mockit/internal/util/ParameterNameExtractor.java 0 25 0
mockit/internal/util/StackTrace.java 0 83 0
mockit/internal/util/TestMethod.java 0 41 0
mockit/internal/util/TypeConversion.java 0 65 0
mockit/internal/util/TypeConversionBytecode.java 0 61 0
mockit/internal/util/TypeDescriptor.java 0 51 0
mockit/internal/util/Utilities.java 0 78 0
mockit/internal/util/VisitInterruptedException.java 0 5 0
mockit/package-info.java 0 8 0
samples/LoginService/src/main/java/jmockit/loginExample/domain/userAccount/UserAccount.java 0 34 0
samples/LoginService/src/main/java/jmockit/loginExample/domain/userLogin/AccountLoginLimitReachedException.java 0 3 0
samples/LoginService/src/main/java/jmockit/loginExample/domain/userLogin/LoginService.java 0 44 0
samples/LoginService/src/main/java/jmockit/loginExample/domain/userLogin/UserAccountNotFoundException.java 0 3 0
samples/LoginService/src/main/java/jmockit/loginExample/domain/userLogin/UserAccountRevokedException.java 0 3 0
samples/java8testing/src/main/java/java8testing/BusinessService.java 0 11 0
samples/java8testing/src/main/java/java8testing/Collaborator.java 0 4 0
samples/petclinic/src/main/java/petclinic/owners/Owner.java 0 35 0
samples/petclinic/src/main/java/petclinic/owners/OwnerMaintenance.java 0 12 0
samples/petclinic/src/main/java/petclinic/owners/OwnerScreen.java 0 33 0
samples/petclinic/src/main/java/petclinic/package-info.java 0 6 0
samples/petclinic/src/main/java/petclinic/pets/Pet.java 0 39 0
samples/petclinic/src/main/java/petclinic/pets/PetMaintenance.java 0 25 0
samples/petclinic/src/main/java/petclinic/pets/PetScreen.java 0 37 0
samples/petclinic/src/main/java/petclinic/pets/PetType.java 0 9 0
samples/petclinic/src/main/java/petclinic/util/BaseEntity.java 0 25 0
samples/petclinic/src/main/java/petclinic/util/Database.java 0 31 0
samples/petclinic/src/main/java/petclinic/util/Person.java 0 15 0
samples/petclinic/src/main/java/petclinic/vets/Specialty.java 0 9 0
samples/petclinic/src/main/java/petclinic/vets/Vet.java 0 10 0
samples/petclinic/src/main/java/petclinic/vets/VetMaintenance.java 0 6 0
samples/petclinic/src/main/java/petclinic/vets/VetScreen.java 0 9 0
samples/petclinic/src/main/java/petclinic/visits/Visit.java 0 27 0
samples/petclinic/src/main/java/petclinic/visits/VisitMaintenance.java 0 15 0
samples/petclinic/src/main/java/petclinic/visits/VisitScreen.java 0 38 0
samples/tutorial/src/main/java/tutorial/domain/EntityX.java 0 33 0
samples/tutorial/src/main/java/tutorial/domain/MyBusinessService.java 0 34 0
samples/tutorial/src/main/java/tutorial/persistence/Database.java 0 50 0

Rules

Category Rule Violations Severity
blocks EmptyCatchBlock
  • exceptionVariableName: "expected"
20  Warning
LeftCurly
  • tokens: "ANNOTATION_DEF, CLASS_DEF, CTOR_DEF, ENUM_CONSTANT_DEF, ENUM_DEF, INTERFACE_DEF, LAMBDA, LITERAL_CASE, LITERAL_CATCH, LITERAL_DEFAULT, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, METHOD_DEF, OBJBLOCK, STATIC_INIT, RECORD_DEF, COMPACT_CTOR_DEF"
9  Warning
RightCurly
  • tokens: "CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, STATIC_INIT, INSTANCE_INIT, ANNOTATION_DEF, ENUM_DEF, INTERFACE_DEF, RECORD_DEF, COMPACT_CTOR_DEF, LITERAL_SWITCH"
  • id: "RightCurlyAlone"
  • option: "alone"
6  Warning
RightCurly
  • tokens: "LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_DO"
  • id: "RightCurlySame"
6  Warning
coding MissingSwitchDefault 15  Warning
OneStatementPerLine 8  Warning
OverloadMethodsDeclarationOrder 38  Warning
VariableDeclarationUsageDistance 24  Warning
imports AvoidStarImport 1  Warning
CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
442  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "2"
  • lineWrappingIndentation: "4"
23503  Warning
javadoc AtclauseOrder
  • tagOrder: "@param, @return, @throws, @deprecated"
  • target: "CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
1  Warning
JavadocParagraph 323  Warning
JavadocTagContinuationIndentation 2  Warning
MissingJavadocMethod
  • scope: "public"
  • tokens: "METHOD_DEF, CTOR_DEF, ANNOTATION_FIELD_DEF, COMPACT_CTOR_DEF"
  • minLineCount: "2"
  • allowedAnnotations: "Override, Test"
327  Warning
MissingJavadocType
  • scope: "protected"
  • excludeScope: "nothing"
  • tokens: "CLASS_DEF, INTERFACE_DEF, ENUM_DEF, RECORD_DEF, ANNOTATION_DEF"
167  Warning
NonEmptyAtclauseDescription 1  Warning
RequireEmptyLineBeforeBlockTagGroup 1  Warning
SingleLineJavadoc 1  Warning
SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
4  Warning
misc AvoidEscapedUnicodeCharacters
  • allowNonPrintableEscapes: "true"
  • allowByTailComment: "true"
  • allowEscapesForControlCharacters: "true"
2  Warning
naming AbbreviationAsWordInName
  • tokens: "CLASS_DEF, INTERFACE_DEF, ENUM_DEF, ANNOTATION_DEF, ANNOTATION_FIELD_DEF, PARAMETER_DEF, VARIABLE_DEF, METHOD_DEF, PATTERN_VARIABLE_DEF, RECORD_DEF, RECORD_COMPONENT_DEF"
  • ignoreFinal: "false"
  • allowedAbbreviations: "XML,URL"
  • allowedAbbreviationLength: "0"
97  Warning
LocalVariableName
  • format: "^[a-z]([a-z0-9][a-zA-Z0-9]*)?$"
13  Warning
MemberName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
2  Warning
MethodName
  • format: "^[a-z][a-z0-9]\w*$"
1  Warning
MethodTypeParameterName
  • format: "(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)"
2  Warning
PackageName
  • format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
101  Warning
ParameterName
  • format: "^[a-z]([a-z0-9][a-zA-Z0-9]*)?$"
38  Warning
sizes LineLength
  • fileExtensions: "java"
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
14  Error
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, STATIC_IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF, RECORD_DEF, COMPACT_CTOR_DEF"
6  Warning
OperatorWrap
  • tokens: "BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR, METHOD_REF, TYPE_EXTENSION_AND "
  • option: "NL"
1  Warning

Details

coverageTests/src/main/java/ClassInDefaultPackage.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 7
 Warning indentation Indentation 'enum def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be 6. 19
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be 8. 21
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be 6. 22
 Warning indentation Indentation 'static initialization' has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 12, expected level should be 6. 26
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'enum def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning coding MissingSwitchDefault switch without "default" clause. 39
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 41
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 44
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48

coverageTests/src/main/java/integrationTests/AbstractClassWithNoExecutableLines.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26

coverageTests/src/main/java/integrationTests/AnAnnotation.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. 31

coverageTests/src/main/java/integrationTests/AnEnum.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1

coverageTests/src/main/java/integrationTests/AnInterface.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 23

coverageTests/src/main/java/integrationTests/BooleanExpressions.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 166
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 168
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 184
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 189
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 191
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 192
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 196
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 210
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 212
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 215
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 219
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 231

coverageTests/src/main/java/integrationTests/ClassInRegularPackage.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'enum def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be 6. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be 8. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be 6. 24
 Warning indentation Indentation 'static initialization' has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 12, expected level should be 6. 28
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'enum def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning coding MissingSwitchDefault switch without "default" clause. 41
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 43
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 46
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 47
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51

coverageTests/src/main/java/integrationTests/ClassLoadedByCustomLoaderOnly.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 28

coverageTests/src/main/java/integrationTests/ClassNotExercised.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 20
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24

coverageTests/src/main/java/integrationTests/ClassWithAnnotations.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning imports CustomImportOrder Extra separation in import group before 'javax.sql.DataSource' 5
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning naming MethodName Method name 'aMethod' must match pattern '^[a-z][a-z0-9]\w*$'. 35
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 36

coverageTests/src/main/java/integrationTests/ClassWithNestedClasses.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 14
 Warning naming MemberName Member name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 14
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 20
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be 8. 35
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 16, expected level should be 8. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80

coverageTests/src/main/java/integrationTests/ClassWithNestedEnum.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'enum def ident' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'enum def rcurly' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 26
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 38

coverageTests/src/main/java/integrationTests/ClassWithReferenceToNestedClass.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 14
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24

coverageTests/src/main/java/integrationTests/IfElseStatements.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 16
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 17
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 18
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 30
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 32
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 44
 Warning blocks LeftCurly '{' at column 16 should have line break after. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 56
 Warning blocks LeftCurly '{' at column 16 should have line break after. 56
 Warning blocks LeftCurly '{' at column 38 should have line break after. 56
 Warning coding OneStatementPerLine Only one statement per line allowed. 56
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 138
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 142
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 167
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 190
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 194
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 210
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 211
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 212
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 213
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 214
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 216
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 228
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 230
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 234
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 236
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 246
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 248
 Warning blocks LeftCurly '{' at column 23 should have line break after. 248
 Warning coding OneStatementPerLine Only one statement per line allowed. 248
 Warning blocks LeftCurly '{' at column 39 should have line break after. 248
 Warning coding OneStatementPerLine Only one statement per line allowed. 248
 Warning blocks RightCurly '}' at column 48 should be alone on a line. 248
 Warning coding OneStatementPerLine Only one statement per line allowed. 248
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 250
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 260
 Warning blocks LeftCurly '{' at column 16 should have line break after. 262
 Warning blocks RightCurly '}' at column 28 should be alone on a line. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 262
 Warning coding OneStatementPerLine Only one statement per line allowed. 262
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 264
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 274
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 275
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 276
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 278
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 288
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 290
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 292
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 302
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 304
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 306
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 316
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 318
 Warning indentation Indentation 'b' has incorrect indentation level 11, expected level should be 12. 319
 Warning whitespace OperatorWrap '||' should be on a new line. 319
 Warning indentation Indentation 'i' has incorrect indentation level 11, expected level should be 12. 320
 Warning indentation Indentation 'if rparen' has incorrect indentation level 8, expected level should be 4. 321
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 322
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 325
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 335
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 336
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 338
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 339
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 340
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 342
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 343
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 346

coverageTests/src/main/java/integrationTests/InterfaceWithExecutableCode.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 16

coverageTests/src/main/java/integrationTests/MultiThreadedCode.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 14
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 15
 Warning indentation Indentation 'object def lcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 15
 Warning indentation Indentation 'object def rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 16
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 20

coverageTests/src/main/java/integrationTests/UnreachableStatements.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 12
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 14
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 26
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 30

coverageTests/src/main/java/integrationTests/data/ClassWithFields.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests.data' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 3
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 4
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 5
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 6
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65

coverageTests/src/main/java/integrationTests/data/ClassWithFieldsAccessedByMultipleTests.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests.data' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 3
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 4
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 5
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 7
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 8
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 11
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40

coverageTests/src/main/java/integrationTests/data/ClassWithInstanceFields.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests.data' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 7
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 8
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 95

coverageTests/src/main/java/integrationTests/loops/ForStatements.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests.loops' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 7
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 8
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 9
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 10
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 11
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 16
 Warning blocks LeftCurly '{' at column 28 should have line break after. 16
 Warning blocks RightCurly '}' at column 43 should be alone on a line. 16
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 24
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 44
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 45
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 53
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 54
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 68
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 76
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 81

coverageTests/src/main/java/integrationTests/loops/WhileStatements.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests.loops' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 3
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 7
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 8
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 9
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 14
 Warning blocks LeftCurly '{' at column 23 should have line break after. 14
 Warning blocks RightCurly '}' at column 30 should be alone on a line. 14
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 20
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 21
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 22
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 23
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 25
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 33
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 34
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 37
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 46
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'do..while' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'do..while' has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'do..while' child has incorrect indentation level 16, expected level should be 8. 64
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 12, expected level should be 6. 65
 Warning blocks RightCurly '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 65
 Warning indentation Indentation 'do..while while' has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 73
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 83
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 91
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 107
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'finally' child has incorrect indentation level 16, expected level should be 8. 109
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 124
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 126
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 127
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 129
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 133

coverageTests/src/main/java/integrationTests/otherControlStructures/SwitchStatements.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests.otherControlStructures' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 3
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 5
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 6
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 7
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 8
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 9
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 10
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 11
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 12
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 13
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be 6. 14
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 15
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 16
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 17
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 18
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 24
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 25
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 26
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 27
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 28
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 35
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 36
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 37
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 38
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 39
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 40
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 41
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 44
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 46
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 53
 Warning coding OneStatementPerLine Only one statement per line allowed. 53
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning coding MissingSwitchDefault switch without "default" clause. 60
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 62
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 63
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 65
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 66
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning coding MissingSwitchDefault switch without "default" clause. 74
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 75
 Warning coding OneStatementPerLine Only one statement per line allowed. 75
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 76
 Warning coding OneStatementPerLine Only one statement per line allowed. 76
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 87
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 89
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 91
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 98
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 100
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102

coverageTests/src/main/java/integrationTests/otherControlStructures/SynchronizedBlocks.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests.otherControlStructures' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 3
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 4
 Warning naming AbbreviationAsWordInName Abbreviation in name 'LOCK' must contain no more than '1' consecutive capital letters. 4
 Warning naming MemberName Member name 'LOCK' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 4
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 6
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 7
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 8
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 10
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 10
 Warning indentation Indentation 'synchronized' has incorrect indentation level 8, expected level should be 4. 11
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 13
 Warning indentation Indentation 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. 14
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 17
 Warning indentation Indentation 'synchronized' has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 19
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 20
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 21
 Warning indentation Indentation 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 23

coverageTests/src/main/java/integrationTests/otherControlStructures/TryCatchFinallyStatements.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'integrationTests.otherControlStructures' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 3
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 5
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 6
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 7
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 8
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 9
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 13
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 14
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 16
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 22
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 23
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 24
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 25
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 27
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 35
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'finally' child has incorrect indentation level 16, expected level should be 8. 37
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 47
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 48
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 50
 Warning indentation Indentation 'finally' child has incorrect indentation level 20, expected level should be 10. 51
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 16, expected level should be 8. 52
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 53
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 55
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 58
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 60
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 61
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 73
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76

mockit/Capturing.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 17
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 17

mockit/Delegate.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 11
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 11
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 27
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 35
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 35
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 38
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 38

mockit/Expectations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 12
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.RecordAndReplayExecution' 15
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 20
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 20
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 26
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 26
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 41
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 45
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 45
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 48
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 48
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 55
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 55
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 61
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 61
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 74
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 74
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 78
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 78
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 101
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 101
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 107
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 107
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 111
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 111
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 131
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 136
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 136
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 154
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 158
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 158
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 161
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 161
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 199

mockit/FullVerifications.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 23
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 53

mockit/Injectable.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 18
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 18
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 22
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 22
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 26
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 26
 Warning indentation Indentation 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. 46

mockit/Invocation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 9
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.BaseInvocation' 13
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 18
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 123
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 123
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 127
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 127
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 154

mockit/Invocations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 13
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.TestOnlyPhase' 17
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 44
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 48
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 48
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 51
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 51
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 58
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 58
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 62
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 62
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 82
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 82
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 85
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 85
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 107
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 112
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 112
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 115
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 115
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 134
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 139
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 139
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 142
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 142
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 161
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 166
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 166
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 169
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 169
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 188
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 193
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 193
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 196
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 196
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 215
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 220
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 220
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 223
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 223
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 242
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 247
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 247
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 250
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 250
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 269
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 274
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 274
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 277
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 277
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 296
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 301
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 301
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 304
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 304
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 323
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 334
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 341
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 341
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 343
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 343
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 352
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 358
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 358
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 366
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 369
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 375
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 375
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 379
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 379
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 384
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 384
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 402
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 404
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 406
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 407
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 409
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 410
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 411
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 412
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 414
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 416
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 417
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 418
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 420
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 421
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 422
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 430
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 431
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 432
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 437
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 437
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 441
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 441
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 458
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 460
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 461
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 462
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 463
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 464
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 465
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 466
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 467
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 468
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 469
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 470
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 471
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 472
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 473
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 474
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 475
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 476
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 477
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 478
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 479
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 480
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 481
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 483
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 484
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 485
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 492
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 492
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 511
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 513
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 514
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 515
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 520
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 520
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 523
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 523
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 530
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 530
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 544
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 546
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 547
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 548
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 549
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 554
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 554
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 571
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 572
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 573
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 574
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 579
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 579
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 596
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 597
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 598
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 599
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 604
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 604
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 607
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 607
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 624
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 626
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 627
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 628
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 633
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 633
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 650
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 652
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 653
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 654
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 659
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 659
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 676
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 678
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 679
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 680
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 685
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 685
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 700
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 702
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 703
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 704
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 709
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 709
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 724
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 726
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 727
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 728
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 733
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 733
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 750
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 752
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 753
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 754
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 759
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 759
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 776
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 778
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 779
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 780
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 785
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 785
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 802
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 804
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 805
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 806
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 811
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 811
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 828
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 830
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 831
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 832
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 837
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 837
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 840
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 840
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 858
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 860
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 861
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 862

mockit/Mock.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 17
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 17
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 23
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 23
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 28
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 28
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 31
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 31
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 34
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 34

mockit/MockUp.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.faking.CaptureOfFakedImplementations' 13
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 27
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 31
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 31
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'do..while' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 111
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 115
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 132
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 136
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 136
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 146
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 149
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 156
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 156
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160

mockit/Mocked.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 18
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 18
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 22
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 22
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 27
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 27
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 32
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 32
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 36
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 36
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 41
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 41

mockit/Tested.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 24
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 24
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 29
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 29
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 36
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 36
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 44
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 44
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 55
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 55
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 58
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 58
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 63
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 63
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 66
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 66
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 70
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 70
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 73
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 73
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 78
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 78
 Warning indentation Indentation 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 100
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 100
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 106
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 106
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 112
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 112
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 115
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 115
 Warning indentation Indentation 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. 136
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 141
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 141
 Warning indentation Indentation 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'annotation field def modifier' has incorrect indentation level 4, expected level should be 2. 157

mockit/Verifications.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.BaseVerificationPhase' 12
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 21
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 21
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 25
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 25
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 40
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 43
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 43
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning sizes LineLength Line is longer than 120 characters (found 126). 86
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 91
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 94
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 115
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 135
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 153

mockit/VerificationsInOrder.java

Severity Category Rule Message Line
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 33

mockit/asm/AnnotatedReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.annotations.AnnotationReader' 7
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 45
 Warning coding VariableDeclarationUsageDistance Distance between variable 'codeOffsetToNextAttribute' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 46
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 49
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 50
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 56
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 59
 Warning coding MissingSwitchDefault switch without "default" clause. 61
 Warning indentation Indentation 'switch' has incorrect indentation level 16, expected level should be 8. 61
 Warning indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 62
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 63
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 64
 Warning indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 65
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 66
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 67
 Warning indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 68
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 69
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 16, expected level should be 8. 70
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 97
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 98
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 99
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 108

mockit/asm/BaseWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 5
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.annotations.AnnotationVisitor' 9
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 136
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 138
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 149
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 151

mockit/asm/SignatureWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.constantPool.AttributeWriter' 6
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 10
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 16
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 29

mockit/asm/annotations/AnnotationReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 5
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.types.JavaType' 9
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 13
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 44
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 62
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 63
 Warning coding MissingSwitchDefault switch without "default" clause. 65
 Warning indentation Indentation 'switch' has incorrect indentation level 16, expected level should be 8. 65
 Warning indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 66
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 67
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 68
 Warning indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 69
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 70
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 71
 Warning indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 72
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 73
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 74
 Warning indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 75
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 76
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 16, expected level should be 8. 77
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 85
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 86
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 88
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 89
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 90
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 92
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 93
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 95
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning coding MissingSwitchDefault switch without "default" clause. 102
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 107
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 109
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 111
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 113
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 115
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 117
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 151
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 152
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 153
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 160
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 162
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 163
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 175
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 176
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 177
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 178
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 179
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 181
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 186
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 187
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 188
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 189
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 190
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 191
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 192
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 193
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 194
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 195
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 196
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 197
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 198
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 199
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 201
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 203

mockit/asm/annotations/AnnotationVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 5
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.constantPool.ConstantPoolGeneration' 9
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning javadoc AtclauseOrder Javadoc comment at column 18 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. 32
 Warning javadoc JavadocParagraph Javadoc comment at column 18 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. 32
 Warning javadoc JavadocTagContinuationIndentation Javadoc comment at column 18 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. 32
 Warning javadoc NonEmptyAtclauseDescription Javadoc comment at column 18 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. 32
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc comment at column 18 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. 32
 Warning javadoc SingleLineJavadoc Javadoc comment at column 18 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. 32
 Warning javadoc SummaryJavadoc Javadoc comment at column 18 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 123
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 127
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 129
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 170
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 194
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 196
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 198
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 202
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 204
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 206
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 208
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 210
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 212
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 214
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'switch' has incorrect indentation level 12, expected level should be 6. 221
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 222
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 223
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 224
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 225
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 16, expected level should be 8. 226
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 227
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 228
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 229
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 230
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 16, expected level should be 8. 231
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 232
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 233
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 234
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 235
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 16, expected level should be 8. 236
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 237
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 238
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 239
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 240
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 16, expected level should be 8. 241
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 242
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 243
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 244
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 245
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 16, expected level should be 8. 246
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 12, expected level should be 6. 247
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 249
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 261
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 265
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 277
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 283
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 286
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 298
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 300
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 306
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 311
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 313
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 314
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 315
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 316
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 321
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 324
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 327
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 328
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 329
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 332
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 337
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 338
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 339
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 340
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 341
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 343
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 344
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 345
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 346
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 347
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 348
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 349
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 351
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 352
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 353
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 354
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 356
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 358
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 359
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 360
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 361
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '337'. 366
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 366
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 367
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 369
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 370
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 371
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 372
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 373
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 375
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 376
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 377
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 379
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 380
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 381
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 382
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 383
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 385
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 386
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 388
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 390
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 391
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 393
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 394
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 395
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 396
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 397
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 398
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 400
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 401
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 402

mockit/asm/classes/BootstrapMethodsWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.constantPool.AttributeWriter' 8
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning coding VariableDeclarationUsageDistance Distance between variable 'position' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning naming AbbreviationAsWordInName Abbreviation in name 'putBSMArgs' must contain no more than '1' consecutive capital letters. 104
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 115
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getBSMItem' must contain no more than '1' consecutive capital letters. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 121
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 142

mockit/asm/classes/ClassInfo.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48

mockit/asm/classes/ClassReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.AnnotatedReader' 7
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 15
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning coding VariableDeclarationUsageDistance Distance between variable 'classDesc' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 115
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 134
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 138
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 142
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 152
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 153
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 157
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 158
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 181
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 182
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 191
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 193
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 194
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 195
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 196
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 197
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 199
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 204
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 214
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 217
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 225
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 227
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 228
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 232
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 234
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 236
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 239
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 241
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 242
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 244
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 246
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 248
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 249
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 250
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 252
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 254
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 258
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 260
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 261
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 262
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 264
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 265
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 266
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 269
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 271
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getBSMCodeIndex' must contain no more than '1' consecutive capital letters. 272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 275

mockit/asm/classes/ClassVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.BaseWriter' 6
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 112

mockit/asm/classes/ClassWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 6
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.BaseWriter' 10
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 25
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 72
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 153
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 170
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 214
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 219
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 223
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 234
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 238
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 244
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 245
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 249
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 251
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 256
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 259
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 260
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 261
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 271
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 275
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 277
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 282
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 283
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 286
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 288
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 292
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 293
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 295
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 297

mockit/asm/classes/ConstantPoolCopying.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.constantPool.ClassMemberItem' 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 83
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 85
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 87
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 89
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 91
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 95
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 97
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 99
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 102
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 106
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 108
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 110
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 112
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 150
 Warning naming AbbreviationAsWordInName Abbreviation in name 'copyUTF8Item' must contain no more than '1' consecutive capital letters. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 154
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 170
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 184
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 201
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 211
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 218
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 225

mockit/asm/classes/InnerClassesWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.constantPool.AttributeWriter' 7
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 41

mockit/asm/classes/InterfaceWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.constantPool.AttributeWriter' 5
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 23
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 41

mockit/asm/classes/NestHostWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.constantPool.AttributeWriter' 6
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 16
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 29

mockit/asm/classes/NestMembersWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.constantPool.AttributeWriter' 6
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 20
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 37
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 39

mockit/asm/classes/SourceFileWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.constantPool.AttributeWriter' 6
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33

mockit/asm/classes/WrappingClassVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.annotations.AnnotationVisitor' 6
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63

mockit/asm/constantPool/AttributeWriter.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.util.ByteVector' 6
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 8
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40

mockit/asm/constantPool/BootstrapMethodItem.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 8
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 31

mockit/asm/constantPool/ClassMemberItem.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 6
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 7
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 11
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 12
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 16
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33

mockit/asm/constantPool/ConstantPoolGeneration.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.jvmConstants.ConstantPoolTypes' 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning naming AbbreviationAsWordInName Abbreviation in name 'reusableUTF8Item' must contain no more than '1' consecutive capital letters. 62
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 105
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 136
 Warning naming AbbreviationAsWordInName Abbreviation in name 'newUTF8' must contain no more than '1' consecutive capital letters. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 164
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 178
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 199
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 202
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 207
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 222
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 223
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 224
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 228
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 229
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 233
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 235
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 243
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 244
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 245
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 247
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 248
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 252
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 267
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 270
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 287
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 290
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 291
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 302
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 306
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 309
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 311
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 312
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 313
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 315
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 316
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 327
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 329
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 334
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 336
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 337
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 338
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 340
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 341
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 352
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 354
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 356
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 358
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 359
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 361
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 362
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 363
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 364
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 366
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 367
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 378
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 380
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 382
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 384
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 385
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 387
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 388
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 389
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 390
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 392
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 393
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 406
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 408
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 410
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 412
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 413
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 414
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 415
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 417
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 418
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 419
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 421
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 422
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 434
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 436
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 437
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 438
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 440
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 441
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 442
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 444
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 445
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 446
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 448
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 449
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 450
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 451
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 453
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 454
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 455
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 456
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 458
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 459
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 460
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 461
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 463
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 464
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 465
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 467
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 468
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 469
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 470
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 471
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 472
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 474
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 476
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 477
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 478
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 480
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 481
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 482
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 484
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 485
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 486
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 488
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 489
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 500
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 502
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 504
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 506
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 507
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 508
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 509
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 511
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 512
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 525
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 527
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 529
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 531
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 532
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 533
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 534
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 536
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 537
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 539
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 540
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 542
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 543
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 544
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 546
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 547
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 548
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 549
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 551
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 552
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 554
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 555
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 556
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 557
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 558
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 559
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 572
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 574
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 576
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 578
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 579
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 580
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 581
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 582
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 584
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 585
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 586
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 588
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 589
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 605
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 608
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 609
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 611
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 612
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 613
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 614
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 616
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 618
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 619
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 620
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 622
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 623
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 625
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 626
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 627
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 628
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 629
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 631
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 633
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 634
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 635
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 637
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 639
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 640
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 642
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 644
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 645
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 656
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 658
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 659
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 661
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 662
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 663
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 666
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 667
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 675
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 676
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 677
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 678
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 680
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 681
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 682
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 683
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 684
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 686
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 687
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 688
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 689
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 691
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 693
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 694
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 695
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '675'. 697
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 697
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 698
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 699
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 700
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 702
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 703
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 704
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 709
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 710
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 711
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 713
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 715
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 716
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 718
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 718
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 719
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 720
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 721
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 722
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '697'. 724
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 724
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 725
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 726
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 728
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 728
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 729
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 730
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 732
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 734
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 735
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 736
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 738
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 738
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 741
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 743
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 745
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 746
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 747
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 749
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 750
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 751
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 753
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 754

mockit/asm/constantPool/DoubleItem.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 8
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 10
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 11
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24

mockit/asm/constantPool/DynamicItem.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.jvmConstants.ConstantPoolTypes' 6
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 8
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 13
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 44

mockit/asm/constantPool/FloatItem.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 8
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 10
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 11
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24

mockit/asm/constantPool/IntItem.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 8
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 10
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 11
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 16

mockit/asm/constantPool/IntValueItem.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 13
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 29

mockit/asm/constantPool/Item.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.jvmConstants.ConstantPoolTypes' 7
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 21
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 21
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 24
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 111

mockit/asm/constantPool/LongItem.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 8
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 10
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 11
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 16

mockit/asm/constantPool/LongValueItem.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 6
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 13
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 29

mockit/asm/constantPool/MergedTypeTableItem.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43

mockit/asm/constantPool/MethodHandleItem.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.util.MethodHandle' 8
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 10
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 14
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 36

mockit/asm/constantPool/ModuleItem.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 6
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 7
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 12
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 13
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43

mockit/asm/constantPool/NameAndTypeItem.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 8
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 10
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 11
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 23

mockit/asm/constantPool/NormalTypeTableItem.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 10
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 14
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 31

mockit/asm/constantPool/PackageItem.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 6
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 7
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 12
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 13
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43

mockit/asm/constantPool/StringItem.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 6
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 7
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 12
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 13
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43

mockit/asm/constantPool/TypeOrMemberItem.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.types.JavaType' 6
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 8
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 70

mockit/asm/constantPool/TypeTableItem.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'interface def ident' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 14
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 16
 Warning indentation Indentation 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 30

mockit/asm/constantPool/UninitializedTypeTableItem.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.constantPool' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 8
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 13
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 44

mockit/asm/controlFlow/CFGAnalysis.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.controlFlow' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.constantPool.ConstantPoolGeneration' 20
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 30
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 30
 Warning naming AbbreviationAsWordInName Abbreviation in name 'CFGAnalysis' must contain no more than '1' consecutive capital letters. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 112
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 115
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 117
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 118
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 123
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 149
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 150
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 153
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 176
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 176
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 178
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 179
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 182
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 187
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 187
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 189
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 190
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 191
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 192
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 193
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 194
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 196
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 198
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 198
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 201
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 202
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 204
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 205
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 207
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 209
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 209
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 212
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 213
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 214
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 215
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 216
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 217
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 218
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 227
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 228
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 229
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 230
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 231
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 232
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 233
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 234
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 235
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 236
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 239
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 239
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 242
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 243
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 244
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 245
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 246
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 248
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 249
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 250
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 252
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 253
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 255
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 257
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 257
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 262
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 263
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 266
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 269
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 271
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 273
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 274
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 275
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 277
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 278
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 279
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 283
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 285
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 285
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 287
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 291
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 292
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 294
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 295
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 296
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 298
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 300
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 300
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 305
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 306
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 309
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 310
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 312
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 313
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 314
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 315
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 318
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 319
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 322
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 324
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 325
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 326
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 329
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 330
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 331
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 332
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 333
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 334
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 335
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 337
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 338
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 339
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 340
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 342
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 343
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 344
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 347
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 350
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 351
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 354
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 355
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 356
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 359
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 360
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 362
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 362
 Warning naming AbbreviationAsWordInName Abbreviation in name 'updateCurrentBlockForLDCInstruction' must contain no more than '1' consecutive capital letters. 362
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 363
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 364
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 365
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 366
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 367
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 368
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 369
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 370
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 371
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 373
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 373
 Warning naming AbbreviationAsWordInName Abbreviation in name 'updateCurrentBlockForIINCInstruction' must contain no more than '1' consecutive capital letters. 373
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 374
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 375
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 376
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 377
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 379
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 379
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 380
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 381
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 382
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 385
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 386
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 388
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 389
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 390
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 391
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 392
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 394
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 397
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 398
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 399
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 402
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 403
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 404
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 406
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 407
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 408
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 409
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 410
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 412
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 412
 Warning naming AbbreviationAsWordInName Abbreviation in name 'updateCurrentBlockForMULTIANEWARRAYInstruction' must contain no more than '1' consecutive capital letters. 412
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 414
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 415
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 416
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 417
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 420
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 421
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 422
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 423
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 430
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 432
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 433
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 435
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 437
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 438
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 439
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 440
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 443
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 444
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 445
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 448
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 451
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 453
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 454
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 455
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 457
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 458
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 460
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 461
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 463
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 466
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 468
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 469
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 470
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 472
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 474
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 477
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 478
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 480
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 481
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 483
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 484
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 493
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 495
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 496
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 498
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 500
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 501
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 504
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 505
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 508
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 509
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 510
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 512
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 513
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 515
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 516
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 518
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 520
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 522
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 523
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 526
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 528
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 531
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 532
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 535
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 536
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 538
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 539
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 541
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 542

mockit/asm/controlFlow/Edge.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.controlFlow' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50

mockit/asm/controlFlow/Frame.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.controlFlow' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - mockit.asm.jvmConstants.Opcodes.*. 27
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.constantPool.ConstantPoolGeneration' 33
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 47
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 47
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 54
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 54
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 59
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 59
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 65
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 65
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 72
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 72
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 77
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 77
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 114
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 118
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 118
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 121
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 121
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 146
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 170
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 177
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 178
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 184
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 188
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 189
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 191
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 192
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 193
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 194
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 213
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 214
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 215
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 216
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 217
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 218
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 219
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 220
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 221
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 222
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 223
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 224
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 225
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 226
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 227
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 228
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 229
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 230
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 231
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 232
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 234
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 236
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 241
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 243
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 248
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 250
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 255
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 256
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 259
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 261
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 265
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 266
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 267
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 268
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 269
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 270
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 271
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 272
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 273
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 274
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 275
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 276
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 277
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 278
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 279
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 280
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 281
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 282
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 283
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 284
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 286
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 291
 Warning naming AbbreviationAsWordInName Abbreviation in name 'executeIINC' must contain no more than '1' consecutive capital letters. 291
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 292
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 293
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 303
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 306
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 307
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 311
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 312
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 313
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 314
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 315
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 318
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 319
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 329
 Warning naming AbbreviationAsWordInName Abbreviation in name 'executeINT' must contain no more than '1' consecutive capital letters. 329
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 331
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 332
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 333
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 334
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 335
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 337
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 338
 Warning coding MissingSwitchDefault switch without "default" clause. 341
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 341
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 342
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 343
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 344
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 345
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 346
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 347
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 348
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 349
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 350
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 351
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 352
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 353
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 354
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 355
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 356
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 357
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 358
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 359
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 360
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 361
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 362
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 363
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 364
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 365
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 366
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 371
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 373
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 374
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 375
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 377
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 379
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 380
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 381
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 382
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 383
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 386
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 388
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 389
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 394
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 395
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 396
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 397
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 400
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 401
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 406
 Warning naming AbbreviationAsWordInName Abbreviation in name 'executeSWITCH' must contain no more than '1' consecutive capital letters. 406
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 407
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 408
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '394'. 416
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 416
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 417
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 418
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 419
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 423
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 424
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 425
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 426
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 435
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 436
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 438
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 439
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 440
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 441
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 442
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 443
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 444
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 445
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 446
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 454
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 456
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 457
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 458
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 460
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 462
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 463
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 464
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 465
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 466
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 469
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 470
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 479
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 481
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 483
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 484
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 485
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 486
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 487
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 488
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 489
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 490
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 492
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 493
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 494
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 495
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 497
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 498
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 499
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 500
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 501
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 503
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 504
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 505
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 506
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 508
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 509
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 519
 Warning naming AbbreviationAsWordInName Abbreviation in name 'executeVAR' must contain no more than '1' consecutive capital letters. 519
 Warning coding MissingSwitchDefault switch without "default" clause. 521
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 521
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 522
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 523
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 524
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 525
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 526
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 527
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 528
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 529
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 530
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 531
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 532
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 533
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 534
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 535
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 536
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 537
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 538
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 539
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 540
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 541
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 542
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 543
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 544
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 545
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 546
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 547
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 548
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 553
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 555
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 558
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 559
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 561
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 563
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 566
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 567
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 569
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 570
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 572
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 573
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 574
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 575
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 576
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 578
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 579
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 581
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 582
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 583
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 585
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 586
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 588
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 589
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 590
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 593
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 594
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 595
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 596
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 597
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 598
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 599
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 604
 Warning naming AbbreviationAsWordInName Abbreviation in name 'executeJUMP' must contain no more than '1' consecutive capital letters. 604
 Warning coding MissingSwitchDefault switch without "default" clause. 606
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 606
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 607
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 608
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 609
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 610
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 611
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 612
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 613
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 614
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 615
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 616
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 617
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 618
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 619
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 620
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 621
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 622
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 623
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 624
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 625
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 626
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 627
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 632
 Warning coding MissingSwitchDefault switch without "default" clause. 635
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 635
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 636
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 637
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 638
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 639
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 640
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 641
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 642
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 643
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 644
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 645
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 646
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 647
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 648
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 649
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 650
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 651
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 652
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 653
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 654
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 655
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 656
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 657
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 658
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 659
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 660
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 661
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 662
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 663
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 664
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 665
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 666
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 667
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 668
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 669
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 670
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 671
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 672
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 673
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 674
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 675
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 676
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 677
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 678
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 679
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 680
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 681
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 682
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 683
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 684
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 685
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 686
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 687
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 688
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 689
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 690
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 691
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 692
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 693
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 694
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 695
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 696
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 697
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 698
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 699
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 700
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 701
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 702
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 703
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 704
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 705
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 706
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 707
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 708
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 709
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 710
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 711
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 712
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 713
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 714
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 715
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 716
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 717
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 718
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 719
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 720
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 721
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 722
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 723
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 724
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 725
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 726
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 727
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 728
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 729
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 730
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 731
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 732
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 733
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 734
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 735
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 736
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 737
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 738
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 739
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 740
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 741
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 742
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 743
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 744
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 745
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 746
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 747
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 748
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 749
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 750
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 751
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 752
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 753
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 754
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 755
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 756
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 757
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 758
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 759
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 760
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 761
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 762
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 763
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 764
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 765
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 766
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 767
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 768
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 769
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 770
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 771
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 772
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 773
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 774
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 775
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 776
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 777
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 778
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 779
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 780
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 781
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 782
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 783
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 784
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 785
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 786
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 787
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 788
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 789
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 790
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 791
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 792
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 793
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 794
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 795
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 796
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 797
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 798
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 799
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 800
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 801
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 802
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 803
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 804
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 805
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 806
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 807
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 808
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 809
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 810
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 811
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 812
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 813
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 814
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 815
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 816
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 817
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 818
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 819
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 820
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 821
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 822
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 823
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 824
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 825
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 826
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 827
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 828
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 829
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 830
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 832
 Warning naming AbbreviationAsWordInName Abbreviation in name 'executeAALOAD' must contain no more than '1' consecutive capital letters. 832
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 833
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 834
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 835
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 836
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 838
 Warning naming AbbreviationAsWordInName Abbreviation in name 'executeDUP' must contain no more than '1' consecutive capital letters. 838
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 839
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 840
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 841
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 842
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 844
 Warning naming AbbreviationAsWordInName Abbreviation in name 'executeDUP_X1' must contain no more than '1' consecutive capital letters. 844
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 845
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 846
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 847
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 848
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 849
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 850
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 852
 Warning naming AbbreviationAsWordInName Abbreviation in name 'executeDUP_X2' must contain no more than '1' consecutive capital letters. 852
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 853
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 854
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 855
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 856
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 857
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 858
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 859
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 860
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 862
 Warning naming AbbreviationAsWordInName Abbreviation in name 'executeDUP2' must contain no more than '1' consecutive capital letters. 862
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 863
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 864
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 865
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 866
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 867
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 868
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 869
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 871
 Warning naming AbbreviationAsWordInName Abbreviation in name 'executeDUP2_X1' must contain no more than '1' consecutive capital letters. 871
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 872
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 873
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 874
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 875
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 876
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 877
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 878
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 879
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 880
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 882
 Warning naming AbbreviationAsWordInName Abbreviation in name 'executeDUP2_X2' must contain no more than '1' consecutive capital letters. 882
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 883
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 884
 Warning coding VariableDeclarationUsageDistance Distance between variable 't3' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 885
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 885
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 886
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 887
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 888
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 889
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 890
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 891
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 892
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 893
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 895
 Warning naming AbbreviationAsWordInName Abbreviation in name 'executeSWAP' must contain no more than '1' consecutive capital letters. 895
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 896
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 897
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 898
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 899
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 900
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 908
 Warning naming AbbreviationAsWordInName Abbreviation in name 'executeLDC' must contain no more than '1' consecutive capital letters. 908
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 909
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 910
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 911
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 912
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 913
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 914
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 915
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 916
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 917
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 918
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 919
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 920
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 921
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 922
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 923
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 924
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 925
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 926
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 927
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 928
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 929
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 930
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 931
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 932
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 933
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 934
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 935
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 936
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 937
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 938
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 939
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 941
 Warning indentation Indentation 'switch' has incorrect indentation level 20, expected level should be 10. 942
 Warning indentation Indentation 'case' child has incorrect indentation level 24, expected level should be 12. 943
 Warning indentation Indentation 'case' child has incorrect indentation level 24, expected level should be 12. 944
 Warning indentation Indentation 'case' child has incorrect indentation level 24, expected level should be 12. 945
 Warning indentation Indentation 'case' child has incorrect indentation level 24, expected level should be 12. 946
 Warning indentation Indentation 'block' child has incorrect indentation level 28, expected level should be 14. 947
 Warning indentation Indentation 'block' child has incorrect indentation level 28, expected level should be 14. 948
 Warning indentation Indentation 'case' child has incorrect indentation level 24, expected level should be 12. 949
 Warning indentation Indentation 'block' child has incorrect indentation level 28, expected level should be 14. 950
 Warning indentation Indentation 'block' child has incorrect indentation level 28, expected level should be 14. 951
 Warning indentation Indentation 'case' child has incorrect indentation level 24, expected level should be 12. 952
 Warning indentation Indentation 'block' child has incorrect indentation level 28, expected level should be 14. 953
 Warning indentation Indentation 'block' child has incorrect indentation level 28, expected level should be 14. 954
 Warning indentation Indentation 'case' child has incorrect indentation level 24, expected level should be 12. 955
 Warning indentation Indentation 'block' child has incorrect indentation level 28, expected level should be 14. 956
 Warning indentation Indentation 'block' child has incorrect indentation level 28, expected level should be 14. 957
 Warning indentation Indentation 'case' child has incorrect indentation level 24, expected level should be 12. 958
 Warning indentation Indentation 'block' child has incorrect indentation level 28, expected level should be 14. 959
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 20, expected level should be 10. 960
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 961
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 963
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 964
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 965
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 966
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 967
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 968
 Warning indentation Indentation 'switch' has incorrect indentation level 24, expected level should be 12. 969
 Warning indentation Indentation 'case' child has incorrect indentation level 28, expected level should be 14. 970
 Warning indentation Indentation 'case' child has incorrect indentation level 28, expected level should be 14. 971
 Warning indentation Indentation 'case' child has incorrect indentation level 28, expected level should be 14. 972
 Warning indentation Indentation 'case' child has incorrect indentation level 28, expected level should be 14. 973
 Warning indentation Indentation 'case' child has incorrect indentation level 28, expected level should be 14. 974
 Warning indentation Indentation 'block' child has incorrect indentation level 32, expected level should be 16. 975
 Warning indentation Indentation 'block' child has incorrect indentation level 32, expected level should be 16. 976
 Warning indentation Indentation 'case' child has incorrect indentation level 28, expected level should be 14. 977
 Warning indentation Indentation 'block' child has incorrect indentation level 32, expected level should be 16. 978
 Warning indentation Indentation 'block' child has incorrect indentation level 32, expected level should be 16. 979
 Warning indentation Indentation 'case' child has incorrect indentation level 28, expected level should be 14. 980
 Warning indentation Indentation 'block' child has incorrect indentation level 32, expected level should be 16. 981
 Warning indentation Indentation 'block' child has incorrect indentation level 32, expected level should be 16. 982
 Warning indentation Indentation 'case' child has incorrect indentation level 28, expected level should be 14. 983
 Warning indentation Indentation 'block' child has incorrect indentation level 32, expected level should be 16. 984
 Warning indentation Indentation 'block' child has incorrect indentation level 32, expected level should be 16. 985
 Warning indentation Indentation 'case' child has incorrect indentation level 28, expected level should be 14. 986
 Warning indentation Indentation 'block' child has incorrect indentation level 32, expected level should be 16. 987
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 24, expected level should be 12. 989
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 990
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 991
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 992
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 993
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 994
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 996
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 997
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 998
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 999
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1000
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 1001
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1002
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1014
 Warning naming AbbreviationAsWordInName Abbreviation in name 'executeTYPE' must contain no more than '1' consecutive capital letters. 1014
 Warning coding MissingSwitchDefault switch without "default" clause. 1016
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 1016
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1017
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1018
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1019
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1020
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1021
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1022
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1023
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1024
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1025
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1026
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1027
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1028
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 1029
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1030
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1032
 Warning naming AbbreviationAsWordInName Abbreviation in name 'executeANewArray' must contain no more than '1' consecutive capital letters. 1032
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1033
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1034
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1036
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1037
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1038
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1039
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 1040
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1041
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '371'. 1050
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1050
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1051
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1053
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1054
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1056
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1057
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1058
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1059
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1060
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1062
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1063
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1064
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1066
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1067
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1068
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1069
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 1070
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1071
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1081
 Warning naming AbbreviationAsWordInName Abbreviation in name 'executeMULTIANEWARRAY' must contain no more than '1' consecutive capital letters. 1081
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1082
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1083
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1084
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '632'. 1094
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1094
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1095
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1096
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1097
 Warning coding MissingSwitchDefault switch without "default" clause. 1099
 Warning indentation Indentation 'switch' has incorrect indentation level 12, expected level should be 6. 1099
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 1100
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 1101
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 1102
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 1103
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 1104
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 1105
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 1106
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 1107
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 1108
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 1109
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 1110
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 1111
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 1112
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 1113
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 1114
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 1115
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 1116
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 1117
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 1118
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 12, expected level should be 6. 1119
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 1120
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1121
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1125
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1127
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1128
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1130
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1131
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1132
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1136
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1141
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1142
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1155
 Warning naming LocalVariableName Local variable name 'nLocal' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1156
 Warning naming LocalVariableName Local variable name 'nStack' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1157
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1159
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1160
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1161
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1167
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1169
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1170
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1171
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1173
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1174
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1175
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 1176
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 1177
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 1179
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 1180
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 1181
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 1182
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 1183
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 1184
 Warning indentation Indentation 'else' child has incorrect indentation level 28, expected level should be 14. 1185
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 24, expected level should be 12. 1186
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 1188
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 1189
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 1190
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 1191
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 1192
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1193
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 1194
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 1195
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1197
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1198
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1199
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1201
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1202
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1204
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1205
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1206
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1207
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1208
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1210
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1211
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1212
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1213
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1215
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1216
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1217
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1219
 Warning naming LocalVariableName Local variable name 'nInputStack' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1219
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1221
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1222
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1223
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1224
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1226
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1227
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1229
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1230
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1231
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1233
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1234
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1236
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1237
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1238
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1239
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1241
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1242
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1243
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1244
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1245
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1246
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 1247
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 1248
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1250
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1251
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1252
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 1253
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1255
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1256
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1257
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1259
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1260
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1262
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1263
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1277
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1278
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1280
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1282
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1283
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1285
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1286
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1287
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1288
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1291
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1292
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1294
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1296
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1297
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1298
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1300
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1302
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1304
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1306
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1307
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1308
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1310
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1313
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1314
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 1317
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 1318
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 1319
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1320
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1325
 Warning naming LocalVariableName Local variable name 'tDim' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1325
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1326
 Warning naming LocalVariableName Local variable name 'uDim' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1326
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1327
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1328
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 1330
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 1331
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1332
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1334
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1335
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1337
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 1338
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1340
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1341
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1342
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1343
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1345
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1346

mockit/asm/controlFlow/FrameTypeMask.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.controlFlow' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 3
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 7
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 131

mockit/asm/controlFlow/Label.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.controlFlow' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.util.ByteVector' 7
 Warning indentation Indentation 'interface def ident' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 120
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 120
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 122
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 122
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 170
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 178
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 184
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 186
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 194
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 196
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 204
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 206
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 210
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 214
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 218
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '208'. 220
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 242
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 244
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 245
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 246
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 247
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 248
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 250
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 251
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 253
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 254
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 256
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 269
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 271
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 275
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 276
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 277
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 278
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 282
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 292
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 294
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 298
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 302
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 303
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 304
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 306
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 307
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 308
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 309
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 310
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 311
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 312
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 313
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 314
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 316
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 317
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 318
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 319
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 320
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 329
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 332
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 334
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 336
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 337
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 339
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 341
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 342
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 347
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 349
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 350
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 352
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 352
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 354
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 355
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 356
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 357
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 362
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 363
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 365
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 366
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 367
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 368
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 370
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 372
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 373

mockit/asm/controlFlow/StackMapTableWriter.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.controlFlow' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.constantPool.AttributeWriter' 14
 Warning indentation Indentation 'interface def ident' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 101
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 101
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 106
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 106
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 118
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 118
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 136
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 136
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 138
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 192
 Warning naming ParameterName Parameter name 'nLocals' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 192
 Warning naming ParameterName Parameter name 'nStack' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 196
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 209
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 211
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 212
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 213
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 214
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 216
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 217
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 228
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 232
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 234
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 236
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 238
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 241
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 243
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 247
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '227'. 249
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 259
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 261
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 270
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 271
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 275
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 276
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 277
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 278
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 279
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 280
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 281
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 282
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 283
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 284
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 285
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 286
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 287
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 288
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 289
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 290
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 291
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 292
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 293
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 294
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 295
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 296
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 297
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 298
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 300
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 302
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 306
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 308
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 311
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 313
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 314
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 315
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 316
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 317
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 318
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 319
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 320
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 321
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 322
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 324
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 325
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 327
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 328
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 330
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 332
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 334
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 336
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 337
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 338
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 339
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 341
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 342
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 343
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 345
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 346
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 348
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 349
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 350
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 351
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 353
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 354
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 355
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 357
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 358
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 359
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 360
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 362
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 364
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 365
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 366
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 378
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 379
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 380
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 381
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 383
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 384
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 385
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 386
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 387
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 388
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 389
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 391
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 392
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 394
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 395
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 396
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 397
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 398
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 399
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 400
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 401
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 402
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 403
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 404
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 405
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 406
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 407
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 408
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 410
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 411
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 412
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 414
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 415
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 416
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 417
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 418
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 419
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 420
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 422
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 423
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 424
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 425
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 427
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 429
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 431
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 432
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 433
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 434
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 436
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 437
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 438
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 439
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 440
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 441
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 442
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 443
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 444
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 445
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 446
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 447
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 448
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 449
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 450
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 451
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 452
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 453
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 454
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 455
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 460
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 462
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 463
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 464
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 465
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 470
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 471
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 472
 Warning naming LocalVariableName Local variable name 'nLocal' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 472
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 474
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 475
 Warning naming LocalVariableName Local variable name 'nStack' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 475
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 477
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 478
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 479
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 480
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 481
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 487
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 489
 Warning naming LocalVariableName Local variable name 'nLocal' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 489
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 490
 Warning naming LocalVariableName Local variable name 'nTop' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 490
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 492
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 493
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 495
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 496
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 497
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 498
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 499
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 500
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 502
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 503
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 504
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 505
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 507
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 508
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 513
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 515
 Warning naming LocalVariableName Local variable name 'nStack' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 515
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 517
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 518
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 519
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 521
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 522
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 523
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 524
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 526
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 527
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 529
 Warning naming ParameterName Parameter name 'nItems' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 529
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 530
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 531
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 532
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 534
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 535
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 536
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 537
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 538
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 540
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 543
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 544
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 546
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 548
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 549
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 550
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 551
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 552
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 553

mockit/asm/exceptionHandling/ExceptionHandler.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.exceptionHandling' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.controlFlow.Label' 7
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61

mockit/asm/exceptionHandling/ExceptionHandling.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.exceptionHandling' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 6
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.constantPool.ConstantPoolGeneration' 10
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 81

mockit/asm/fields/FieldReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.AnnotatedReader' 7
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 11
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 30
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 59
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66

mockit/asm/fields/FieldVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.BaseWriter' 7
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 129

mockit/asm/jvmConstants/Access.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.jvmConstants' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 74

mockit/asm/jvmConstants/ArrayElementType.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.jvmConstants' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 7
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 8
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 14

mockit/asm/jvmConstants/ClassVersion.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.jvmConstants' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 7
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 8
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 24

mockit/asm/jvmConstants/ConstantPoolTypes.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.jvmConstants' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 8
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 36

mockit/asm/jvmConstants/JVMInstruction.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.jvmConstants' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning naming AbbreviationAsWordInName Abbreviation in name 'JVMInstruction' must contain no more than '1' consecutive capital letters. 7
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 13
 Warning whitespace EmptyLineSeparator 'STATIC_INIT' should be separated from previous line. 13
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 14
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 22
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'interface def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 59
 Warning whitespace EmptyLineSeparator 'STATIC_INIT' should be separated from previous line. 59
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 76

mockit/asm/jvmConstants/Opcodes.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.asm.jvmConstants' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 159
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 181
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 184
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 189
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 191
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 194
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 195
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 196
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 197
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 201
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 204
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 205
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 209
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 210
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 213
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 214
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 216
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 219
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 221
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 223
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 226
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 228
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 229
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 232

mockit/asm/metadata/ClassMetadataReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 13
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.jvmConstants.Access' 17
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'enum def ident' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'enum def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'enum def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 56
 Warning indentation Indentation 'enum def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 92
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning coding VariableDeclarationUsageDistance Distance between variable 'byte0' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 134
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 136
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 138
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 139
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 140
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 141
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 142
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 154
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 159
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 181
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 186
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 192
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 198
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 206
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 207
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 208
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 214
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 227
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 228
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 232
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 236
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 240
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 244
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 244
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 246
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 248
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 250
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 250
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 256
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 262
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 264
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 266
 Warning coding VariableDeclarationUsageDistance Distance between variable 'accessFlags' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 267
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 267
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 268
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 270
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 271
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 272
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 274
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 275
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 276
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 278
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 279
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 281
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 282
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 283
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 284
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 289
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 291
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 294
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 295
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 299
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 300
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 301
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 306
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 307
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 308
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 309
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 311
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 312
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 314
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 315
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 316
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 317
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 319
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 320
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 321
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 322
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 324
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 325
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 327
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 328
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 330
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 330
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 334
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 335
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 336
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 337
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 339
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 341
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 342
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 344
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 346
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 347
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 348
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 350
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 351
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 353
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 355
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 356
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 358
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 360
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 361
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 371
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 372
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 374
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 375
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 377
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 379
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 381
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 382
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 383
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 384
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 386
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 387
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 389
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 390
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 392
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 393
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 395
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 396
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 398
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 399
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 401
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 402
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 404
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 404
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 405
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 408
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 409
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 410
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 412
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 413
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 414
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 416
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 417
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 418
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 420
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 423
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 424
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 425
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 426
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 427
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 428
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 429
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 430
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 432
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 433
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 435
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 436
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 438
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 439
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 441
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 442
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 444
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 445
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 447
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 448
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 449
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 450
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 451
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 453
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 454
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 456
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 457
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 458
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 459
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 461
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 462
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 463
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 465
 Warning coding VariableDeclarationUsageDistance Distance between variable 'localVariableTableLength' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 467
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 467
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 468
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 470
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 472
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 473
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 474
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 476
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 477
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 478
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 480
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 482
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 483
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 485
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 486
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 487
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 489
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 490
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 491
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 492
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 494
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 496
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 497
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 499
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 500
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 501
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 502
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 504
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 505
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 507
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 509
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 510
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 512
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 513
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 514
 Warning indentation Indentation 'switch' has incorrect indentation level 16, expected level should be 8. 516
 Warning indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 517
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 518
 Warning indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 519
 Warning indentation Indentation 'while' has incorrect indentation level 24, expected level should be 12. 520
 Warning indentation Indentation 'while' child has incorrect indentation level 28, expected level should be 14. 521
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 24, expected level should be 12. 522
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 523
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 524
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 525
 Warning indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 526
 Warning indentation Indentation 'while' has incorrect indentation level 24, expected level should be 12. 527
 Warning indentation Indentation 'while' child has incorrect indentation level 28, expected level should be 14. 528
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 24, expected level should be 12. 529
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 530
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 531
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 532
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 533
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 534
 Warning indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 535
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 536
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 537
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 538
 Warning indentation Indentation 'else' child has incorrect indentation level 28, expected level should be 14. 539
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 24, expected level should be 12. 540
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 541
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 16, expected level should be 8. 542
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 543
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 544
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 546
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 547
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 548
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 550
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 552
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 553
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 554
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 556
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 557
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 558
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 559
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 560
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 561
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 562
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 563
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 564
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 566
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 567
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 569
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 570
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 571
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 572
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 573
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 575
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 575
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 577
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 578
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 579
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 581
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 583
 Warning coding VariableDeclarationUsageDistance Distance between variable 'accessFlags' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 584
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 584
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 585
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 587
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 588
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 589
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 591
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 592
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 593
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 595
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 596
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 598
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 599
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 600
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 601
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 603
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 604
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 605
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 607
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 609
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 611
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 612
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 614
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 615
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 617
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 618
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 620
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 621
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 623
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 624
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 626
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 627
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 629
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 630
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 632
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 632
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 634
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 635
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 636
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 637
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 639
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 641
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 642
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 643
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 644
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 646
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 647

mockit/asm/metadata/ObjectWithAttributes.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 5
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.metadata.ClassMetadataReader.AnnotationInfo' 8
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 16
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 17
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 18
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 19
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 20
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24

mockit/asm/methods/ExceptionsWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.constantPool.AttributeWriter' 6
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 25
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 44

mockit/asm/methods/LineNumberTableWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.constantPool.AttributeWriter' 7
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 60

mockit/asm/methods/LocalVariableTableWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.constantPool.AttributeWriter' 7
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 52
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 53
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 107

mockit/asm/methods/MethodReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.AnnotatedReader' 33
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 80
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 127
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 128
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 129
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 130
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 131
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 133
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 134
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 136
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 155
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 160
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 167
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 168
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 186
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 190
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 191
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 193
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 194
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 195
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 197
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 201
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 202
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 205
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 207
 Warning coding VariableDeclarationUsageDistance Distance between variable 'maxStack' declaration and its first usage is 9, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 227
 Warning indentation Indentation 'switch' has incorrect indentation level 12, expected level should be 6. 229
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 230
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 231
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 232
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 233
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 234
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 235
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 236
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 237
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 238
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 239
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 240
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 241
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 12, expected level should be 6. 242
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 249
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 251
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 255
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 256
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 258
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 260
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 265
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 266
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 270
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 275
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 278
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 280
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 282
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 284
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 290
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 291
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 292
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 293
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 294
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 295
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 298
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 299
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 300
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 302
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 303
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 304
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 306
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 308
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 310
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 312
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 313
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 314
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 316
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 318
 Warning coding MissingSwitchDefault switch without "default" clause. 321
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 321
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 322
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 323
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 324
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 325
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 326
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 327
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 328
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 329
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 330
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 331
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 332
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 333
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 334
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 335
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 336
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 337
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 338
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 339
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 340
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 341
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 342
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 343
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 344
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 345
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 346
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 347
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 348
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 349
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 350
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 351
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 352
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 353
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 354
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 355
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 358
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 363
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 364
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 365
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 366
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 367
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 368
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 370
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 371
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 372
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 374
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 375
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 376
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 377
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 379
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 380
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 382
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 383
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 384
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 386
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 388
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 390
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 391
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 392
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 393
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 394
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 396
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 397
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 399
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 401
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 402
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 404
 Warning coding VariableDeclarationUsageDistance Distance between variable 'startIndex' declaration and its first usage is 7, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 405
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 405
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 406
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 407
 Warning coding VariableDeclarationUsageDistance Distance between variable 'varIndex' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 408
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 408
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 410
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 411
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 412
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 413
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 414
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 415
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 416
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 418
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 419
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 421
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 422
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 423
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 424
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 425
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 426
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 427
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 429
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 431
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 433
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 434
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 435
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 437
 Warning coding MissingSwitchDefault switch without "default" clause. 440
 Warning indentation Indentation 'switch' has incorrect indentation level 12, expected level should be 6. 440
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 441
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 442
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 443
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 444
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 445
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 446
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 447
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 448
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 449
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 450
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 451
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 452
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 453
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 454
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 455
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 456
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 457
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 458
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 459
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 460
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 461
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 462
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 463
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 464
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 465
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 466
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 467
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 468
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 469
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 470
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 471
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 472
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 473
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 474
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 475
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 476
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 477
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 478
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 479
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 480
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 481
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 482
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 483
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 484
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 485
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 486
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 487
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 488
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 489
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 490
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 491
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 492
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 12, expected level should be 6. 493
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 494
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 495
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 497
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 498
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 500
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 501
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 503
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 505
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 506
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 507
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 508
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 509
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 511
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 512
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 513
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 514
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 516
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 517
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 519
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 520
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 521
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 522
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 523
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 524
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 525
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 527
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 528
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 530
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 531
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 533
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 534
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 535
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 536
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 538
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 539
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 540
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 541
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 542
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 544
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 545
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 546
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 547
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 548
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 550
 Warning naming AbbreviationAsWordInName Abbreviation in name 'readLDC' must contain no more than '1' consecutive capital letters. 550
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 551
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 552
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 553
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 554
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 556
 Warning naming AbbreviationAsWordInName Abbreviation in name 'readLDCW' must contain no more than '1' consecutive capital letters. 556
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 557
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 558
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 559
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 561
 Warning naming AbbreviationAsWordInName Abbreviation in name 'readIInc' must contain no more than '1' consecutive capital letters. 561
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 562
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 563
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 564
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 565
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 567
 Warning naming AbbreviationAsWordInName Abbreviation in name 'readInstructionTakingASignedByte' must contain no more than '1' consecutive capital letters. 567
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 568
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 569
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 570
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 572
 Warning naming AbbreviationAsWordInName Abbreviation in name 'readInstructionTakingASignedShort' must contain no more than '1' consecutive capital letters. 572
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 573
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 574
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 575
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 577
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 578
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 579
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 580
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 581
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 582
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 584
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 585
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 586
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 587
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 588
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 589
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 590
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 591
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 592
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 593
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 595
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 597
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 598
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 599
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 600
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 601
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 602
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 604
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 606
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 608
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 609
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 610
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 611
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 613
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 614
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 615
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 617
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 618
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 620
 Warning naming AbbreviationAsWordInName Abbreviation in name 'readMultiANewArray' must contain no more than '1' consecutive capital letters. 620
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 621
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 622
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 623
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 624
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 626
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 627
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 628
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 630
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 631
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 632
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 633
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 634
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 635
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 636
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 637
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 639
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 640
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 641
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 642
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 643
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 644
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 646
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 647
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 648
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 649
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 650
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 652
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 653
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 654
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 655
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 656
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 658
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 659
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 660
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 661
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 663
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 664
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 666
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 667
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 668
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 669
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 670
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 672
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 673
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 674
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 675
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 677
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 678
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 679
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 681
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 682
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 684
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 685
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 686
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 687
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 689
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 690
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 691
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 693
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 694
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 695
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 696
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 697
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 698
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 699
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 701
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 702
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 703
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 704
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 706
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 708
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 709
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 710
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 711
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 712
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 714
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 715

mockit/asm/methods/MethodVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.BaseWriter' 7
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 24
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 24
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 123
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 191
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 201
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 217
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 218
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 231
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 232
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 242
 Warning naming AbbreviationAsWordInName Abbreviation in name 'visitMultiANewArrayInsn' must contain no more than '1' consecutive capital letters. 242
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 243
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 258
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 260
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 279
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 281
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 291
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 292
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 297
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 298

mockit/asm/methods/MethodWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.SignatureWriter' 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 163
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 164
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 189
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 191
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 201
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 204
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 205
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 206
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 207
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 209
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 211
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 213
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 217
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 219
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 221
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 225
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 234
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 236
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 243
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 255
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 256
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 258
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 260
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 269
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 271
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 282
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 285
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 286
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 287
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 289
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 290
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 291
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 293
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 294
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 295
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 299
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 300
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 304
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 306
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 309
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 311
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 313
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 314
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 317
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 319
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 320
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 321
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 322
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 324
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 325
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 326
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 328
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 334
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 337
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 338
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 339
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 340
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 341
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 342
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 344
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 347
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 348
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 349
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 350
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 351
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 353
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 354
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 355
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 358
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 360
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 363
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 364
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 365
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 366
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 367
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 369
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 370
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 371
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 372
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 374
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 375
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 377
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 379
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 380
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 383
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 384
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 386
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 389
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 390
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 392
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 395
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 396
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 397
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 399
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 401
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 402
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 404
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 406
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 408
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 409
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 411
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 412
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 415
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 416
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 417
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 419
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 421
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 422
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 423
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 425
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 426
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 428
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 429
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 431
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 432
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 434
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 435
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 436
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 438
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 439
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 440
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 445
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 447
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 448
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 449
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 451
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 452
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 454
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 455
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 456
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 457
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 459
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 461
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 462
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 463
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 464
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 465
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 467
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 468
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 469
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 471
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 472
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 473
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 475
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 476
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 478
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 480
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 482
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 483
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 485
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 486
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 488
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 489
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 490
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 491
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 492
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 494
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 495
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 500
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 502
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 503
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 504
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 506
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 507
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 508
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 509
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 511
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 512
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 514
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 515
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 516
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 518
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 520
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 521
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 522
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 524
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 525
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 527
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 528
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 530
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 531
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 532
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 534
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 535
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 536
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 538
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 539
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 540
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 542
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 543
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 544
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 546
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 547
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 548
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 550
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 551
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 553
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 554
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 555
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 556
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 557
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 558
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 560
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 562
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 563
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 564
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 566
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 567
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 568
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 570
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 571
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 572
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 573
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 574
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 575
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 577
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 578
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 581
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 582
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 584
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 585
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 587
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 588
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 589
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 590
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 591
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 593
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 595
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 596

mockit/asm/methods/WrappingMethodVisitor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.annotations.AnnotationVisitor' 7
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 134

mockit/asm/types/ArrayType.java

Severity Category Rule Message Line
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 6
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 7
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 9
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 25
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 79

mockit/asm/types/JavaType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 6
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 57
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 60
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 61
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 63
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 75
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '46'. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 126
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 136
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'switch' has incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 140
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 141
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 142
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 16, expected level should be 8. 143
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 144
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 145
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 146
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 147
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 148
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 149
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 150
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 151
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 152
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 153
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 154
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 16, expected level should be 8. 155
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 156
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 157
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 158
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 159
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 160
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 161
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 162
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 12, expected level should be 6. 163
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 169
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '70'. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 176
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 178
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 181
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 184
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '38'. 195
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 204
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 209
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 219
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 224
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 232
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 245
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 246
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 248
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 253
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 256
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 258
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 260
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 266
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 271
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 276
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 278
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 281
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '232'. 286
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 286
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 286
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 290
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 291
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 292
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 293
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 294
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 295
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 296
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 297
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 298
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 299
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 300
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 302
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 314
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 327
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 329
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 331
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 338
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 340
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 341

mockit/asm/types/MethodType.java

Severity Category Rule Message Line
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 6
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 11
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 12
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43

mockit/asm/types/ObjectType.java

Severity Category Rule Message Line
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 6
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 7
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 9
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45

mockit/asm/types/PrimitiveType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.jvmConstants.ArrayElementType' 18
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 46, 48. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 57, 59. 24
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 57, 59. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 55, 57. 29
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 55, 57. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 94
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 97
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 110
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 136
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '121'. 138
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 146
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 184
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 189

mockit/asm/types/ReferenceType.java

Severity Category Rule Message Line
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 9
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 58
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 60
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 62
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 64
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 151
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 155
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 156
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 157
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 173

mockit/asm/util/ByteVector.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 170
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 183
 Warning naming AbbreviationAsWordInName Abbreviation in name 'putUTF8' must contain no more than '1' consecutive capital letters. 183
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 205
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 206
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 207
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 208
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 209
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 210
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 211
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 228
 Warning naming AbbreviationAsWordInName Abbreviation in name 'encodeUTF8' must contain no more than '1' consecutive capital letters. 228
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 232
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 238
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 239
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 243
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 244
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 254
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 256
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 257
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 258
 Warning misc AvoidEscapedUnicodeCharacters Unicode escape(s) usage should be avoided. 258
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 259
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 260
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 261
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 262
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 266
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 268
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 273
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 275
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 276
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 277
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 278
 Warning misc AvoidEscapedUnicodeCharacters Unicode escape(s) usage should be avoided. 278
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 279
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 280
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 281
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 282
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 283
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 284
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 285
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 287
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 288
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 289
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 290
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 292
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 293
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 305
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 306
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 307
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 309
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 311
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 312
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 313
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 315
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 315
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 316
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 317
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 318
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 319

mockit/asm/util/BytecodeReader.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.constantPool.DynamicItem' 25
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 90
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 110
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 113
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 115
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 117
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 123
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 125
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 185
 Warning coding VariableDeclarationUsageDistance Distance between variable 'byte0' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 208
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 218
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 228
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 231
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 238
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 240
 Warning coding VariableDeclarationUsageDistance Distance between variable 'byte0' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 241
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 242
 Warning coding VariableDeclarationUsageDistance Distance between variable 'byte1' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 243
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 244
 Warning coding VariableDeclarationUsageDistance Distance between variable 'byte2' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 251
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 261
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 265
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 275
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 276
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 286
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 290
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 292
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 293
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 294
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 295
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 297
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 298
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 300
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 302
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 305
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 307
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 310
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 320
 Warning naming AbbreviationAsWordInName Abbreviation in name 'readUTF' must contain no more than '1' consecutive capital letters. 322
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 324
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 325
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 327
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 328
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 329
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 332
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 333
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 334
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 336
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 337
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 339
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 340
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 341
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 342
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 343
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 344
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 345
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 346
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 347
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 348
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 349
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 350
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 351
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 352
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 353
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 354
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 355
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 356
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 359
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 360
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 368
 Warning naming AbbreviationAsWordInName Abbreviation in name 'readUTF8' must contain no more than '1' consecutive capital letters. 369
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 370
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 372
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 373
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 374
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 376
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 377
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 389
 Warning naming AbbreviationAsWordInName Abbreviation in name 'readUTF8' must contain no more than '1' consecutive capital letters. 390
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 391
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 392
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 393
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 395
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 397
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 398
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 399
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 401
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 402
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 409
 Warning naming AbbreviationAsWordInName Abbreviation in name 'readNonnullUTF8' must contain no more than '1' consecutive capital letters. 410
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 411
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 412
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 413
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 423
 Warning naming AbbreviationAsWordInName Abbreviation in name 'readNonnullUTF8' must contain no more than '1' consecutive capital letters. 424
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 425
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 426
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 427
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 437
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 439
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 441
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 442
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 443
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 445
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 446
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 447
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 448
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 455
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 457
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 458
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 459
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 461
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 463
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 464
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 465
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 476
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 478
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 479
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 481
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 482
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 483
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 484
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 485
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 486
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 487
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 488
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 489
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 490
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 491
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 492
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 493
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 494
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 495
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 496
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 497
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 498
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 499
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 500
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 501
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 502
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 503
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 504
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 505
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be 6. 506
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 507
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 508
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 509
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 510
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 511
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 512
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 514
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 516
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 517
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 518
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 520
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 522
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 523
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 524
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '514'. 526
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 526
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 528
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 529
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 530
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 531
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 533
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 534
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 536
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 537
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 538
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 540
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 541
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 548
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 550
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 551
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 552
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 559
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 561
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 562
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 563
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 565
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 567
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 568
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 569
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 576
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 578
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 579
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 580
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 582
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 584
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 585
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 586

mockit/asm/util/MethodHandle.java

Severity Category Rule Message Line
 Warning indentation Indentation 'interface def modifier' has incorrect indentation level 4, expected level should be 2. 10
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 10
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 11
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 12
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 13
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 14
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 16
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82

mockit/coverage/AccretionFile.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.data.CoverageData' 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 30
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 31
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38

mockit/coverage/CallPoint.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 15
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.util.StackTrace' 19
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 33
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getJUnitAnnotationIfAvailable' must contain no more than '1' consecutive capital letters. 44
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 51
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 53
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getTestNGAnnotationIfAvailable' must contain no more than '1' consecutive capital letters. 59
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 65
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 67
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning naming AbbreviationAsWordInName Abbreviation in name 'checkForJUnit3Availability' must contain no more than '1' consecutive capital letters. 72
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning naming AbbreviationAsWordInName Abbreviation in name 'thisSTE' must contain no more than '1' consecutive capital letters. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning naming AbbreviationAsWordInName Abbreviation in name 'otherSTE' must contain no more than '1' consecutive capital letters. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 124
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 142
 Warning naming LocalVariableName Local variable name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 142
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 144
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 145
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 146
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 163
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 165
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 167
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '131'. 169
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 171
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 178
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 180
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 181
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 184
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 185
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 186
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 188
 Warning blocks EmptyCatchBlock Empty catch block. 188
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 194
 Warning naming AbbreviationAsWordInName Abbreviation in name 'containsATestFrameworkAnnotation' must contain no more than '1' consecutive capital letters. 194
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 196
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 198
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 199
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 204
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 206
 Warning naming AbbreviationAsWordInName Abbreviation in name 'isJUnit3xTestMethod' must contain no more than '1' consecutive capital letters. 206
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 206
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 208
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 214
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 215
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 216
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 218
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 222

mockit/coverage/CodeCoverage.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.data.CoverageData' 13
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 52
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be one of the following: 16, 18, 20. 53
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 54
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 57
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 59
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 63
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80

mockit/coverage/Configuration.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 30
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '27'. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47

mockit/coverage/CoverageCheck.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 13
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.data.CoverageData' 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 41
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 42
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 43
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 44
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 46
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 49
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 50
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 51
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 52
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 53
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 54
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 56
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 60
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 61
 Warning blocks EmptyCatchBlock Empty catch block. 61
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 76
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 86
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 127
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 128
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 129
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 130
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 134
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 136
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 139

mockit/coverage/CoveragePercentage.java

Severity Category Rule Message Line
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 10
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 14
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 16
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 26
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 29
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53

mockit/coverage/DataFileMerging.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 12
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.data.CoverageData' 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 24
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 30
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 32
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 33
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 46
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 49
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 50
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 51
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 52
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61

mockit/coverage/OutputFileGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.data.CoverageData' 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning naming AbbreviationAsWordInName Abbreviation in name 'isHTMLWithNoCallPoints' must contain no more than '1' consecutive capital letters. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 64
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 82
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 127
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning naming AbbreviationAsWordInName Abbreviation in name 'generateHTMLReportIfRequested' must contain no more than '1' consecutive capital letters. 137
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 140
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 142
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 144

mockit/coverage/TestRun.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.data.CoverageData' 10
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 25
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'synchronized' has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 29
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 30
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 31
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 33
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 34
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 37
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'synchronized' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 60
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 62
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 63
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 67
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'synchronized' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'synchronized' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 94
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '72'. 96
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'synchronized' has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 107
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '84'. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 109
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'synchronized' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 123
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 127

mockit/coverage/XmlFile.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 14
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.data.CoverageData' 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 59
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 60
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 62
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 63
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 65
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 87
 Warning coding VariableDeclarationUsageDistance Distance between variable 'lineData' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 88
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 90
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 92
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 93
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 95
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 96
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 97
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 98
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 99
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 100
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109

mockit/coverage/data/CoverageData.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 25
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.CoveragePercentage' 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 118
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 119
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 120
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 138
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 139
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 141
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 142
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 143
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 150
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 150
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 152
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 153
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 155
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 156
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 157
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 158
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 172
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 178
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 179
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 181
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 182
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 194
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 195
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 197
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 201
 Warning naming AbbreviationAsWordInName Abbreviation in name 'currentCL' must contain no more than '1' consecutive capital letters. 201
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 205
 Warning naming AbbreviationAsWordInName Abbreviation in name 'systemCL' must contain no more than '1' consecutive capital letters. 205
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 207
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 208
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 209
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 211
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 212
 Warning naming AbbreviationAsWordInName Abbreviation in name 'contextCL' must contain no more than '1' consecutive capital letters. 212
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 214
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 215
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 216
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 217
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 221
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 223
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 228
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 230
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 241
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 244
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 246
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 249
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 251
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 251
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 254
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 256
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 258
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 258
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 262
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 263
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 264
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 266
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 267
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 268
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 269
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 270
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 271
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 272

mockit/coverage/data/FileCoverageData.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 9
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.CoveragePercentage' 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93

mockit/coverage/data/PerFileCoverage.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 9
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 11
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 18

mockit/coverage/dataItems/FieldData.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.coverage.dataItems' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 11
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55

mockit/coverage/dataItems/InstanceFieldData.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.coverage.dataItems' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 15
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.state.TestRun' 17
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 30
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 61
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 62
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 75

mockit/coverage/dataItems/PerFileDataCoverage.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.coverage.dataItems' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 15
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.CoveragePercentage' 19
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 132
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 138
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 150
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 157
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 165
 Warning naming MethodTypeParameterName Method type name 'FI' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'. 165
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 168
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 171
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 172
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 173
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 174
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 176
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 178
 Warning naming MethodTypeParameterName Method type name 'FI' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'. 178
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 181
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 184
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 185
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 187

mockit/coverage/dataItems/StaticFieldData.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.coverage.dataItems' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.state.TestRun' 12
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 36
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 37
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40

mockit/coverage/lines/BranchCoverageData.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.controlFlow.Label' 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50

mockit/coverage/lines/LineCoverageData.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 13
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.controlFlow.Label' 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 41
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 104
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 106
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 108
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 110
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 111
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 112
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 120
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 120
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 134
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 138
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 140
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 141
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 142
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 149
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 154
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 160
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 162
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 163
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 164
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 166
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 170
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 172
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 172
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 177
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 184
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 186
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 187
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 188
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 190
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 191
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 193
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 194
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 195
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 196
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 206
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 207
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 208
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 210
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 211
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 213

mockit/coverage/lines/LineSegmentData.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.CallPoint' 15
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 73
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 109
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 112

mockit/coverage/lines/PerFileLineCoverage.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 13
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.CallPoint' 17
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 70
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 72
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 107
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 107
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 126
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '102'. 128
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 131
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '107'. 133
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 153
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 158
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 165
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 184
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 189
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 195
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 197
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 199
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 204
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 205
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 206
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 208
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 209
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 211
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 212
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 213
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 214
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 215
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 216
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 217
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 218
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 219
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 221
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 223
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 223
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 231
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 233
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 233
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 238
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 244
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 244
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 249
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 250
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 252
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 253
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 255
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 256
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 257
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 258
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 260
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 262
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 263
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 264
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 265
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 266
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 270
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 272
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 273
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 274
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 276
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 277
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 278
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 279
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 280
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 282
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 284
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 286
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 288

mockit/coverage/modification/CFGTracking.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 14
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.controlFlow.Label' 17
 Warning naming AbbreviationAsWordInName Abbreviation in name 'CFGTracking' must contain no more than '1' consecutive capital letters. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 122
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 129
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 130
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 146
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 149
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 151
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 158
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 164
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 166

mockit/coverage/modification/ClassModification.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 13
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.classes.ClassReader' 16
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 44
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 45
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 46
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 47
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 51
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning naming AbbreviationAsWordInName Abbreviation in name 'newPD' must contain no more than '1' consecutive capital letters. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 84
 Warning naming AbbreviationAsWordInName Abbreviation in name 'previousPD' must contain no more than '1' consecutive capital letters. 84
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97

mockit/coverage/modification/ClassSelection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.util.GeneratedClasses.isExternallyGeneratedSubclass' 9
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 17
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.Configuration' 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 57
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 59
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 60
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 61
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 66
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning naming AbbreviationAsWordInName Abbreviation in name 'canAccessJMockitFromClassToBeMeasured' must contain no more than '1' consecutive capital letters. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 115
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 116
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 117
 Warning blocks EmptyCatchBlock Empty catch block. 117
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 129
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 130
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 134
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 146
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 164

mockit/coverage/modification/ClassesNotLoaded.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 33
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 36
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 37
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 47
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 48
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 49
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 50
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 51
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 64
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 72
 Warning blocks EmptyCatchBlock Empty catch block. 72
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 74

mockit/coverage/modification/CoverageModifier.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 19
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.classes.ClassInfo' 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 98
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 154
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 175
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning naming AbbreviationAsWordInName Abbreviation in name 'innerCR' must contain no more than '1' consecutive capital letters. 178
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 181
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 182
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 189
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 197
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 207
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 215
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 219

mockit/coverage/modification/MethodModifier.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.annotations.AnnotationVisitor' 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 181
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 182
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 184
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 185
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 186
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 193
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 197
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 201
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 205
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 206
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 207
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 208
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 209
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 210
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 211
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 212
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 213
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 214
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 215
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 216
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 218
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 223
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 224
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 225
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 227
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 228
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 229
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 236
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 250
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 254
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 260
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 266
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 267
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 269
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 271
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 273
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 275
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 278
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 280
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 282
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 284
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 287
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 289
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 292
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 293
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 294
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 296
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 298
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 300
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 302
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 305
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 306
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 309

mockit/coverage/modification/VisitInterruptedException.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 8
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 9

mockit/coverage/reporting/CoverageReport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 17
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.Configuration' 20
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 109
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 111
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 113
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 115
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 129
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 135
 Warning naming AbbreviationAsWordInName Abbreviation in name 'deleteOutdatedHTMLFileIfExists' must contain no more than '1' consecutive capital letters. 135
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 141

mockit/coverage/reporting/ListOfCallPoints.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.CallPoint' 13
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 29
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning naming AbbreviationAsWordInName Abbreviation in name 'currentCP' must contain no more than '1' consecutive capital letters. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 46
 Warning naming AbbreviationAsWordInName Abbreviation in name 'nextCP' must contain no more than '1' consecutive capital letters. 46
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 50
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 52
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 53
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 83

mockit/coverage/reporting/OutputFile.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 13
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 89

mockit/coverage/reporting/SourceFiles.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 11
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 20
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 22
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 30
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 32
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 33
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 55
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 59
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 60
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 61
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71

mockit/coverage/reporting/StaticFiles.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 16
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.util.Utilities' 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 59
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 69
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 71
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 72
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77

mockit/coverage/reporting/dataCoverage/DataCoverageOutput.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.coverage.reporting.dataCoverage' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.dataItems.FieldData' 11
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 41
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 Warning naming AbbreviationAsWordInName Abbreviation in name 'writeCoverageInfoIfLineStartsANewFieldDeclaration' must contain no more than '1' consecutive capital letters. 54
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 59
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 62
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 67
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 68
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97

mockit/coverage/reporting/lineCoverage/LineCoverageFormatter.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.coverage.reporting.lineCoverage' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.CallPoint' 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 70

mockit/coverage/reporting/lineCoverage/LineCoverageOutput.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.coverage.reporting.lineCoverage' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 9
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.lines.PerFileLineCoverage' 12
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 23
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59

mockit/coverage/reporting/lineCoverage/LineSegmentsFormatter.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.coverage.reporting.lineCoverage' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.CallPoint' 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning coding VariableDeclarationUsageDistance Distance between variable 'numSegments' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 77
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 78
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 99
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 101
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 121

mockit/coverage/reporting/packages/IndexPage.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 18
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.CoveragePercentage' 22
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 118
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 119
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 120
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 122
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning sizes LineLength Line is longer than 120 characters (found 129). 144
 Warning sizes LineLength Line is longer than 120 characters (found 137). 147
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 184
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 211
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 221
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 223
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 232
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 234
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 238
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 244
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 245
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 251
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 252
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 254
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 255
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 256
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 257
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 258
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 260
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 262
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 264
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 266
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 271

mockit/coverage/reporting/packages/ListWithFilesAndPercentages.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.CoveragePercentage' 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 96

mockit/coverage/reporting/packages/PackageCoverageReport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 13
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.data.FileCoverageData' 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 41
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 42
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 44
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 45
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 46
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning coding VariableDeclarationUsageDistance Distance between variable 'fileData' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 105

mockit/coverage/reporting/parsing/FileParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 10
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 13
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 20
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 44
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 60
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 106

mockit/coverage/reporting/parsing/LineElement.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 14
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'enum def ident' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'enum def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'enum def ident' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 33
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 40
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 41
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'enum def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 98
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 102
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 103
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 104
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 116
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 125
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 147
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 147
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 150
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 154
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 155
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 156
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 158
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 162
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 163
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 165
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 166
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 167
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 171
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 178
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 180
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 180
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 182
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 184
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 185
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 186
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 188
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 194
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 199
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 206
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 207
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 211
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 213
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 213
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 216
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 217
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 218
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 228
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 232
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 234
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 236
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 238
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 239
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 240
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 241
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 242
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 243
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 244
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 249
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'do..while' has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 253
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 254
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 256
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 258
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 274
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 287
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 289
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 293
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 294
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 295
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 298

mockit/coverage/reporting/parsing/LineParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.reporting.parsing.LineElement.ElementType' 11
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 55
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 81
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 104
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 134
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 135
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 136
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 137
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 138
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 139
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 140
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 141
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 142
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 144
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 149
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 151
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 152
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 153
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 159
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 162
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 163
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 171
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 172
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 173
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 174
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 175
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 176
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 177
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 179
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 184
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 204
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 206
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 208
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 214
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 217
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 221

mockit/coverage/reporting/sourceFiles/FileCoverageReport.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.coverage.reporting.sourceFiles' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 9
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.data.FileCoverageData' 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 84
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 87
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 90
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 113

mockit/coverage/reporting/sourceFiles/InputFile.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.coverage.reporting.sourceFiles' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 16
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 46
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 47
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 48
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 69
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 72
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 73
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 128

mockit/coverage/reporting/sourceFiles/NeutralOutput.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.coverage.reporting.sourceFiles' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.reporting.parsing.LineElement' 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 30
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 31
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 32
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 54
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 56
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 57
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 58
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 59
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 107
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 108
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 110
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 111
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 112
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 125

mockit/coverage/testRedundancy/JUnitListener.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.coverage.testRedundancy' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.runner.Description' 11
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 14
 Warning naming AbbreviationAsWordInName Abbreviation in name 'JUnitListener' must contain no more than '1' consecutive capital letters. 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 25
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 26
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 28
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 29
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 30
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 31
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 32
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 33
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42

mockit/coverage/testRedundancy/TestCoverage.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.coverage.testRedundancy' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 14
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.coverage.Configuration' 18
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 44
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 60
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65

mockit/integration/TestRunnerDecorator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 13
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.RecordAndReplayExecution' 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 62
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 64
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 65
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 86
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 89
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 149
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 150
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 162
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 164
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 166
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 167
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 168
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 170
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 175
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 185
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 186
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'finally' child has incorrect indentation level 16, expected level should be 8. 188
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 12, expected level should be 6. 189
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 191
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 197
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 199
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 200
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 202
 Warning indentation Indentation 'finally' child has incorrect indentation level 16, expected level should be 8. 203
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 12, expected level should be 6. 204
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 206
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 212
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 213
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 215
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 216
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 217
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 219
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 221
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 222
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 223
 Warning indentation Indentation 'finally' child has incorrect indentation level 16, expected level should be 8. 224
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 12, expected level should be 6. 225
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 234
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 235
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 236
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 240
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 248
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 249
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 251
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 252
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 253
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 255
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 256
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 259
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 261
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 268
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 270
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 271
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 275
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 276
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 277
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 279
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 281
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 282
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 283
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 284
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 287
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 289
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 291
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 292
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 294
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 295
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 297
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 299
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 300
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 303
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 305
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 307
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 310

mockit/integration/junit4/FakeFrameworkMethod.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Expectations' 13
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.runners.model.FrameworkMethod' 21
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 27
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning naming AbbreviationAsWordInName Abbreviation in name 'eachParameterContainsAKnownAnnotation' must contain no more than '1' consecutive capital letters. 63
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 71
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning naming AbbreviationAsWordInName Abbreviation in name 'containsAKnownAnnotation' must contain no more than '1' consecutive capital letters. 78
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 89
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 94

mockit/integration/junit4/FakeRunNotifier.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Invocation' 9
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.runner.Description' 18
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 24
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 55
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 81

mockit/integration/junit4/JUnit4TestRunnerDecorator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.integration.TestRunnerDecorator' 14
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.After' 20
 Warning naming AbbreviationAsWordInName Abbreviation in name 'JUnit4TestRunnerDecorator' must contain no more than '1' consecutive capital letters. 27
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 37
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 39
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 40
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 41
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 49
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 55
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 56
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 59
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 60
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 61
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 63
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 64
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 65
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 115
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 119
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 134
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 151
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 152
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 153
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 155
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 157
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 158
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 160
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 162
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 164
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 166

mockit/integration/junit5/JMockitExtension.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 13
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Capturing' 16
 Warning imports CustomImportOrder Extra separation in import group before 'org.junit.jupiter.api.BeforeAll' 26
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 41
 Warning naming AbbreviationAsWordInName Abbreviation in name 'JMockitExtension' must contain no more than '1' consecutive capital letters. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 68
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 75
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 77
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 82
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 98
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'finally' child has incorrect indentation level 16, expected level should be 8. 100
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 125
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 127
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 132
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 133
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 134
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 136
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 149
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 155
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 156
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 157
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 158
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 179
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 182
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 183
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 184
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 185
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 186
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 197
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 202
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 204
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 205
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 206
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 208
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 209
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 210
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 212
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 213
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 215
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 216
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 217
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 218
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 219
 Warning indentation Indentation 'finally' child has incorrect indentation level 16, expected level should be 8. 220
 Warning indentation Indentation 'finally' child has incorrect indentation level 16, expected level should be 8. 221
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 12, expected level should be 6. 222
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 224
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 226
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 228
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 229
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 230
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 232
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 234
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 236
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 237
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 238
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 240
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 241
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 243
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 245
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 252
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 253
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 254
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 255
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 256
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 259
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 260
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 263
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 266
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 267
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 268
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 269
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 270
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 271
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 274
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 275
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 276
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 277
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 278
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 280
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 283
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 285
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 288

mockit/integration/junit5/package-info.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 6

mockit/integration/springframework/BeanLookup.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.injection.BeanExporter' 10
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanNotOfRequiredTypeException' 12
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 24
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 43
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 44
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 49
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65

mockit/integration/springframework/FakeBeanFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Injectable' 10
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.support.AbstractBeanFactory' 19
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 27
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 27
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 30
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68

mockit/integration/springframework/TestWebApplicationContext.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.injection.BeanExporter' 10
 Warning imports CustomImportOrder Extra separation in import group before 'org.springframework.beans.factory.BeanDefinitionStoreException' 14
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '22'. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52

mockit/integration/springframework/package-info.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 9
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 9

mockit/integration/testng/TestNGRunnerDecorator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Expectations' 14
 Warning imports CustomImportOrder Extra separation in import group before 'org.testng.IExecutionListener' 20
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 31
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 31
 Warning naming AbbreviationAsWordInName Abbreviation in name 'TestNGRunnerDecorator' must contain no more than '1' consecutive capital letters. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning naming AbbreviationAsWordInName Abbreviation in name 'testNGMethod' must contain no more than '1' consecutive capital letters. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 74
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 75
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 100
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 101
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 106
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 108
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 110
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 111
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 112
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 116
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 118
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 120
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 121
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 122
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 123
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 134
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 142
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 152
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 153
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 154
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 155
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 156
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 157
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 158
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 159
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 160
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 162
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 163
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 171
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 173
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 174
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 176
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 177
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 178
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 179
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 181
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 188
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 190
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 191
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 192
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 194
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 196
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 199
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 201
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 204
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 205
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 206
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 207
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 208
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 210
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 217
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 219
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 220
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 221
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 222
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 223
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 225
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 232
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 233
 Warning blocks EmptyCatchBlock Empty catch block. 233
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 234
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 235
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 243
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 244
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 245
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 249
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 251
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 253
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 255
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 260
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 263
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 265

mockit/internal/BaseClassModifier.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.jvmConstants.Opcodes.AASTORE' 9
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.annotations.AnnotationVisitor' 30
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 97
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 142
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning sizes LineLength Line is longer than 120 characters (found 132). 149
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 155
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 157
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 159
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 175
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 177
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 181
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 186
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 194
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 195
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 196
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 197
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 198
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 199
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 204
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 208
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 215
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 217
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 218
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 220
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 224
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 226
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 228
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 230
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 232
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 233
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 234
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 236
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 238
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 242
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 246
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 247
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 253
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 255
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 256
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 258
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 260
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 263
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 265
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 266
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 270
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 275
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 277
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 280
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 283
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 284
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 285
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 287
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 288
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 290
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 292
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 293
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 295
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 300
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 301
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 302
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 305
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 306
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 307
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 309
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 311
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 312
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 313
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 315
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 317
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 319
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 320
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 321
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 322
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 324
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 327
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 329
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 330
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 331
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 332
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 333
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 335
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 336
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 337
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 338
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 339

mockit/internal/BaseInvocation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Invocation' 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 83
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91

mockit/internal/ClassFile.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 12
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.classes.ClassReader' 15
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 29
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 46
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 47
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 48
 Warning blocks EmptyCatchBlock Empty catch block. 48
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 62
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 64
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 68
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 71
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 72
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 74
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 76
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 77
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 89
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 122
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 127
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 138
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 149
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 154
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 160
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 160
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 165
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 171
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 171
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 174
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 176
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 177
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 178
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 184
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 186
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 194
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 196
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 204
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 208
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 210
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 211
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 213
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 214
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 216
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 217
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 218
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 219
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 220
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 225

mockit/internal/ClassIdentification.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 28
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 30
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 37
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50

mockit/internal/ClassLoadingBridge.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 18
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.mocking.MockedBridge' 22
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 69
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 73
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 74
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 114
 Warning blocks EmptyCatchBlock Empty catch block. 114
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 118

mockit/internal/capturing/CaptureOfImplementations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.classes.ClassReader' 10
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 16
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 31
 Warning naming LocalVariableName Local variable name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 31
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 32
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 33
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 41
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 44
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 46
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 57
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '38'. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 74

mockit/internal/capturing/CaptureTransformer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 15
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.classes.ClassReader' 18
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 59
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 60
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 62
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning naming AbbreviationAsWordInName Abbreviation in name 'isClassWhichImplementsACapturingInterface' must contain no more than '1' consecutive capital letters. 104
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 123
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 124
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 125
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 136
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 138
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 155
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 157
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 164
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 164
 Warning naming ParameterName Parameter name 'aType' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 165
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 168
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 177

mockit/internal/capturing/CapturedType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 26
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 29
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning naming AbbreviationAsWordInName Abbreviation in name 'extendsJMockitBaseType' must contain no more than '1' consecutive capital letters. 36
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning naming AbbreviationAsWordInName Abbreviation in name 'isNonEligibleInternalJDKClass' must contain no more than '1' consecutive capital letters. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning naming AbbreviationAsWordInName Abbreviation in name 'isNonEligibleClassFromIDERuntime' must contain no more than '1' consecutive capital letters. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'do..while' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 85
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 92

mockit/internal/classGeneration/BaseSubclassGenerator.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.classGeneration' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.jvmConstants.Opcodes.ALOAD' 9
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 19
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.classes.ClassInfo' 22
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 134
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 135
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 136
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 138
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 152
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 153
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 154
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 160
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 164
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 166
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 167
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 168
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 170
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 171
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 172
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 174
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 175
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 176
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 178
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 179
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 180
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 181
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 184
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 185
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 186
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 197
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 198
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 199
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 201
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 205
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 209
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 210
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 212
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 214

mockit/internal/classGeneration/ImplementationClass.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.classGeneration' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.classes.ClassReader' 11
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be one of the following: 18, 20, 22. 63
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72

mockit/internal/classGeneration/MockedTypeInfo.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.classGeneration' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.reflection.GenericTypeReflection' 12
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 21
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 39
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 41
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 42
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 43
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 44
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 45
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 46
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 47
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 50
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56

mockit/internal/expectations/ActiveInvocations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.argumentMatching.ArgumentMatcher' 22
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 27
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 79
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 91
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 104
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 116
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 118
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 119
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 120
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 121
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 134
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 141
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 148
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 149
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 153
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 157
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 160
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 165
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 171
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 172
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 173
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 177
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 181
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 184
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 185
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 189
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 193
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 195
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 197
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 199

mockit/internal/expectations/BaseVerificationPhase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.argumentMatching.ArgumentMatcher' 15
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 44
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 94
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 101
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 102
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 104
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 105
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 107
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 108
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 109
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 110
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 127
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 149
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 155
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 156
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160

mockit/internal/expectations/EquivalentInstances.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.invocation.ExpectedInvocation' 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 31
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 86
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 90
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 94
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 114

mockit/internal/expectations/ExecutionMode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.state.TestRun' 13
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 15
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 19
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 24
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 31
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84

mockit/internal/expectations/Expectation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.invocation.ExpectedInvocation' 10
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 93
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 95
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 115

mockit/internal/expectations/FailureState.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 18
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 52
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 57

mockit/internal/expectations/FullVerificationPhase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.invocation.ExpectedInvocation' 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 31
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 41
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 43
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 44
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 45
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 51
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 52
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 74
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 76
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 77
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 78
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 105
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 107
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 108
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 109
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 111
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 112
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 115
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 118
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 119
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 120
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 127

mockit/internal/expectations/InstanceBasedMatching.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 12
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.util.GeneratedClasses' 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 28
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 29
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 31
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 32
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 33
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47

mockit/internal/expectations/MockingFilters.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 13
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.types.JavaType' 15
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 17
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Warning sizes LineLength Line is longer than 120 characters (found 128). 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning sizes LineLength Line is longer than 120 characters (found 128). 29
 Warning sizes LineLength Line is longer than 120 characters (found 125). 30
 Warning sizes LineLength Line is longer than 120 characters (found 131). 31
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 40
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46

mockit/internal/expectations/OrderedVerificationPhase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 12
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.invocation.ExpectedInvocation' 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 33
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 36
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 37
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 49
 Warning coding VariableDeclarationUsageDistance Distance between variable 'replayInstance' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 50
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 50
 Warning coding VariableDeclarationUsageDistance Distance between variable 'replayArgs' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 51
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 56
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 60
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 67
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 70
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 73
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 110
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 111
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 113
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 115
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 116
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 118
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 119
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 121
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 154
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 158
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 160
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 161
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 162
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 163
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 165

mockit/internal/expectations/PartiallyMockedInstances.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 11
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 27
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 33
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 34
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 39

mockit/internal/expectations/Phase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30

mockit/internal/expectations/PhasedExecutionState.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.invocation.ExpectedInvocation' 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 91
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 144
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 149
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 150
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 151
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 152
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 154
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 155
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 156
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 158
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 172
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 179
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 184

mockit/internal/expectations/RecordAndReplayExecution.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 13
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Expectations' 16
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 91
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 97
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 154
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 156
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 157
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 158
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 160
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 162
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 164
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 170
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 177
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 181
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 184
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 185
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 191
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 193
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 195
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 196
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 197
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 201
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 210
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 213
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 214
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 215
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 219
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 221
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 223
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 225
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 226
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 228
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 229
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 230
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 231
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 233
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 235
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 237
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 238
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 244
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 250
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 252
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 253
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 254
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 260
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 266
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 268
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 275
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 281
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 283
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 288
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 290
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 293
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 295
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 296
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 300
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 302
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 302
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 307
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 308
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 310
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 311
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 312
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 313
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 315
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 316
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 318
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 320
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 321
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 322
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 324
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 327
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 328
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 334
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 335
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 337
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 338
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 339
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 340
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 342
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 343
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 345
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 347
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 348
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 349
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 350
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 352
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 353
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 355
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 358
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 360
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 361
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 363
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 364
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 365
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 366
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 367
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 369
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 370
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 371
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 372
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 373

mockit/internal/expectations/RecordPhase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.invocation.ExpectedInvocation' 14
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 16
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 23
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 29
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 83

mockit/internal/expectations/ReplayPhase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.invocation.ExpectedInvocation' 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 111
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 112
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 127
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 128
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 129
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 133

mockit/internal/expectations/SequenceOfReturnValues.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 44
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 46
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 48
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 82
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 84
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 112
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 118
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 131

mockit/internal/expectations/TestOnlyPhase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.argumentMatching.ArgumentMatcher' 14
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 18
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 90
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 91
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 92
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97

mockit/internal/expectations/UnorderedVerificationPhase.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.invocation.ExpectedInvocation' 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 29
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 43
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 45
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 46
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 47
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 49
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 51
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 99

mockit/internal/expectations/VerifiedExpectation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 9
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.argumentMatching.ArgumentMatcher' 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 39

mockit/internal/expectations/argumentMatching/AlwaysTrueMatcher.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.expectations.argumentMatching' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 10
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46

mockit/internal/expectations/argumentMatching/ArgumentMatcher.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.expectations.argumentMatching' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27

mockit/internal/expectations/argumentMatching/ArgumentMismatch.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.expectations.argumentMatching' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.util.ObjectMethods' 13
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'switch' has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 124
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 125
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 126
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 127
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 128
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 129
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 130
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 131
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 132
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 133
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 134
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 150
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 152
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 154
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 155
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 156
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 157
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 158
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '65'. 162
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 162
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 166
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 167
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 169

mockit/internal/expectations/argumentMatching/CaptureMatcher.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.expectations.argumentMatching' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 44

mockit/internal/expectations/argumentMatching/ClassMatcher.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.expectations.argumentMatching' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 10
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 15
 Warning whitespace EmptyLineSeparator 'STATIC_INIT' should be separated from previous line. 15
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 16
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76

mockit/internal/expectations/argumentMatching/EqualityMatcher.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.expectations.argumentMatching' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 37
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 67
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72

mockit/internal/expectations/argumentMatching/InequalityMatcher.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.expectations.argumentMatching' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 10
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 12
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 23

mockit/internal/expectations/argumentMatching/LenientEqualityMatcher.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.expectations.argumentMatching' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 24
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 27
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 30
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 34

mockit/internal/expectations/argumentMatching/NonNullityMatcher.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.expectations.argumentMatching' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 10
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 29

mockit/internal/expectations/argumentMatching/NullityMatcher.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.expectations.argumentMatching' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 10
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 29

mockit/internal/expectations/argumentMatching/NumericEqualityMatcher.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.expectations.argumentMatching' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 41

mockit/internal/expectations/argumentMatching/PatternMatcher.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.expectations.argumentMatching' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33

mockit/internal/expectations/argumentMatching/ReflectiveMatcher.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.expectations.argumentMatching' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Delegate' 12
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53

mockit/internal/expectations/argumentMatching/SamenessMatcher.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.expectations.argumentMatching' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 10
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 15
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 31

mockit/internal/expectations/argumentMatching/StringContainmentMatcher.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.expectations.argumentMatching' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 10
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 12
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 23

mockit/internal/expectations/argumentMatching/StringPrefixMatcher.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.expectations.argumentMatching' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 10
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 12
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 23

mockit/internal/expectations/argumentMatching/StringSuffixMatcher.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.expectations.argumentMatching' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 10
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 12
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 23

mockit/internal/expectations/argumentMatching/SubstringMatcher.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'mockit.internal.expectations.argumentMatching' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 14
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 20

mockit/internal/expectations/invocation/ArgumentValuesAndMatchers.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.argumentMatching.AlwaysTrueMatcher' 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 71
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 124
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 125
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 126
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 127
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 129
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 152
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 153
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 154
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 155
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 157
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 158
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 159
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 160
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 161
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 162
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 163
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 165
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 169

mockit/internal/expectations/invocation/ArgumentValuesAndMatchersWithVarargs.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.argumentMatching.ArgumentMatcher' 14
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 27
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 43
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 44
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 45
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 46
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 47
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 49
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 50
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 54
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 97
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 136
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 138
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 139
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 140
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 142
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 143
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 149
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 150
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 153
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 157
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 158
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 162
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 165
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 174
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 175
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 177
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 178
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 179
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 181
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 186
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 187
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 189
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 190
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 191
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 193
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 195

mockit/internal/expectations/invocation/ArgumentValuesAndMatchersWithoutVarargs.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.argumentMatching.ArgumentMatcher' 11
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 23
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 27
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 28
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 30
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 31
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 32
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 33
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 34
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 35
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 39
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 57
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 64

mockit/internal/expectations/invocation/DelegateInvocation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.BaseInvocation' 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47

mockit/internal/expectations/invocation/DelegatedResult.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 14
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Delegate' 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 104
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 107
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 108
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 117

mockit/internal/expectations/invocation/ExpectationError.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.util.StackTrace' 9
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 25

mockit/internal/expectations/invocation/ExpectedInvocation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 13
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.types.JavaType' 17
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning sizes LineLength Line is longer than 120 characters (found 125). 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 142
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 144
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 145
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 146
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 147
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 148
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 149
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 163
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 185
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 186
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 189
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 191
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 192
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 193
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 195
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 202
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 208
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 210
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 211
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 212
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 214
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 216
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 217
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 218
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 225
 Warning naming AbbreviationAsWordInName Abbreviation in name 'recordedRT' must contain no more than '1' consecutive capital letters. 225
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 226
 Warning naming AbbreviationAsWordInName Abbreviation in name 'invokedRT' must contain no more than '1' consecutive capital letters. 226
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 228
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 229
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '132'. 231
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 231
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 233
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 235
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 239
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 241
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 245
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 250
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 254
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 256
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 260
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 262
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 264
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 266
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 268
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 270
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 270
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 277
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 279
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 279
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 283
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 288
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 290
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 292
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 293
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 294
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 296
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 297
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 298
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 299
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 300
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 301
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 303
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 305
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 310
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 311
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 313
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 315
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 316
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '250'. 318
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 318
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 320
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 321
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 322
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 324
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 324
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 327
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 328
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 329
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 331
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 334
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 335
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 337
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 337
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 339
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 341
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 342
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 343
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 345
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 346
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 348
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 350
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 351
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 352
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 353
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 354
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 355
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 356
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 358
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 360
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 361
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 362
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 363
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 364
 Warning blocks EmptyCatchBlock Empty catch block. 364
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 365
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 367
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 368
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 369
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 370
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 371
 Warning sizes LineLength Line is longer than 120 characters (found 125). 374
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 376
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 376
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 378
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 379
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 381
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 382
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 384
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 385
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 386
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 387
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 389
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 391
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 392
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 394
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 396
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 397
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 398
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 400
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 402
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 403
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 404
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 406
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 407
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 409
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 410
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 412
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 414
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 416
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 417
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 418
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 420
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 421
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 422
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 423
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 424
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 425
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 426
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 427
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 429
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 430
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 432
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 433
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 434

mockit/internal/expectations/invocation/InvocationArguments.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.jvmConstants.Access' 14
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 113
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 115
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 120

mockit/internal/expectations/invocation/InvocationConstraints.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 10
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 31
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 69
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80

mockit/internal/expectations/invocation/InvocationResult.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 31
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 73
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 78

mockit/internal/expectations/invocation/InvocationResults.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Delegate' 14
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '64'. 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 111
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 126

mockit/internal/expectations/invocation/MissingInvocation.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 16
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 22

mockit/internal/expectations/invocation/MultiValuedConversion.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 64
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 66
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 127
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 136

mockit/internal/expectations/invocation/ReturnTypeConversion.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.reflection.ConstructorReflection.newInstanceUsingPublicConstructorIfAvailable' 9
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 29
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.util.AutoBoxing' 32
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 96
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 99
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 101
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 168
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 171
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 173
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 175
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 177
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 179
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 180
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 181
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 189
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 190
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 194
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 196
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 202
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 204
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 206
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 210
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 211
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 212
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 216
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 218
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 221
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 222
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 225
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 230
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 232
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 236
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 237
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 240
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 241
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 242
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 244
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 245
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 246
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 247
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 251
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 253
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 258
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 260
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 264
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 268
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 270
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 273
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 277
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 278
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 281
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 284
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 285
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 289
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 290
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 292
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 293
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 294
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 297
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 298
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 300
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 301
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 303
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 306
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 307
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 310
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 311
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 313
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 314
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 315
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 317
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 319
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 320
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 322
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 323
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 324
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 327
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 328
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 331

mockit/internal/expectations/invocation/UnexpectedInvocation.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 16
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 22

mockit/internal/expectations/mocking/BaseTypeRedefinition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.util.GeneratedClasses.getNameForGeneratedClass' 10
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 24
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.classes.ClassReader' 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 115
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 118
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 119
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 121
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 156
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 184
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 186
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 186
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 188
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 194
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 196
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 202
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 207
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 217
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 221
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '152'. 223
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 223
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 228
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 229
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 231
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 233
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 234
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 238
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 244
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 245
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 246
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 247
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 249
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 251
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 253
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 254
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 256
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 258
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 262
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 266
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 269
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 271
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 273
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 275
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 278
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 282
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 284
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 290
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 291
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 292
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 293
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 294
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 298
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 300
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 306
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 308
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 310
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 312
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 319
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 321
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 324
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 325

mockit/internal/expectations/mocking/CaptureOfNewInstances.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.classes.ClassReader' 14
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 77
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 87

mockit/internal/expectations/mocking/CascadingTypeRedefinition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24

mockit/internal/expectations/mocking/FieldTypeRedefinition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.state.TestRun' 11
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 28
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50

mockit/internal/expectations/mocking/FieldTypeRedefinitions.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 16
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.jvmConstants.Access' 18
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 41
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 73
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 87
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 91
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 93
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 97
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 109
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 116
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 127
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 140
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 141
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 142
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 143
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 144
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 145
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 154
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 157
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 160
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 177

mockit/internal/expectations/mocking/InstanceFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.util.StackTrace' 10
 Warning imports CustomImportOrder Extra separation in import group before 'org.objenesis.ObjenesisHelper' 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 33
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 37
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 64
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 94

mockit/internal/expectations/mocking/InterfaceImplementationGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.jvmConstants.Access.FINAL' 9
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 20
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.annotations.AnnotationVisitor' 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 118
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 119
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 134
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 136
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 138
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 155
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 157
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 158
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 159
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 160
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 173
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 174
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 176
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 177
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 178
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 179
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 184
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 186
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 191
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 207
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 208
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 209
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 211

mockit/internal/expectations/mocking/MockedBridge.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 12
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.ClassLoadingBridge' 15
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 51
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72

mockit/internal/expectations/mocking/MockedClassModifier.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.jvmConstants.Access.ENUM' 15
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 30
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.classes.ClassInfo' 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 47
 Warning whitespace EmptyLineSeparator 'STATIC_INIT' should be separated from previous line. 47
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning naming AbbreviationAsWordInName Abbreviation in name 'validateMockingOfJREClass' must contain no more than '1' consecutive capital letters. 104
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 109
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 111
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 112
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 123
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 134
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 152
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 153
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 154
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 156
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 157
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 158
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 160
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 161
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 162
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 168
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 194
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 201
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 204
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 205
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 209
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 214
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 216
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 219
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 221
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 226
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 228
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning coding VariableDeclarationUsageDistance Distance between variable 'isStatic' declaration and its first usage is 15, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 232
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 236
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 244
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 255
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 257
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 260
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 265

mockit/internal/expectations/mocking/MockedType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 15
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Capturing' 19
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 44
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning blocks EmptyCatchBlock Empty catch block. 47
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 87
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 90
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 91
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 104
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 105
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 127
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 138
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 140
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 162
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 164
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 172
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 178
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 182
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 189
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 191
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 193
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 199
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 205
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 209
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 211
 Warning naming AbbreviationAsWordInName Abbreviation in name 'isUnmockableJREType' must contain no more than '1' consecutive capital letters. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 213
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 215
 Warning naming AbbreviationAsWordInName Abbreviation in name 'isJREValueType' must contain no more than '1' consecutive capital letters. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 218
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 226
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 228
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 232
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 238
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 244
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 245
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 246
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 248
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 249
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 250
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 252
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 253
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 254
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 256
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 260
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 266
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 268
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 273
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 277
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 278
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 281
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 283
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 284
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 285
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 289

mockit/internal/expectations/mocking/ParameterTypeRedefinitions.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 12
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.util.TestMethod' 16
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 33
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 67
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 100
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 101
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 104
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 130

mockit/internal/expectations/mocking/PartialMocking.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 16
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.MockingFilters' 18
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 32
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82

mockit/internal/expectations/mocking/SubclassGenerationModifier.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.classes.ClassReader' 12
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 17
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 27
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 33
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 37
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 39

mockit/internal/expectations/mocking/TypeRedefinition.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.MockingFilters' 12
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 16
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 25
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 26
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 32

mockit/internal/expectations/mocking/TypeRedefinitions.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.state.TestRun' 14
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 30
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53

mockit/internal/expectations/state/CascadingTypes.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 14
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.types.JavaType' 17
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 60
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 66
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 77
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 89
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 93
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 94
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 95
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 110

mockit/internal/expectations/state/ExecutingTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 13
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.BaseInvocation' 16
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 56
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 92
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 113
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 130
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 130
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 134
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 139
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 140
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 165
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 177
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 184
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 184
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 186
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 188
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 200
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 205
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 206
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 210

mockit/internal/expectations/state/MockedTypeCascade.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.types.JavaType.getInternalName' 12
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 25
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.MockingFilters' 28
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 106
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 134
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 146
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 150
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 164
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 172
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 173
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 186
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 189
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 190
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 191
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 193
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 195
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 196
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 197
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 198
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 200
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 201
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 203
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 204
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 205
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 207
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 208
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 209
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 211
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 212
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 213
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 214
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 216
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 229
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 232
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 236
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 240
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '115'. 242
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 244
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 247
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 249
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 256
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 260
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 268
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 269
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 270
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 272
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 273
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 274
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 275
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 276
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 278
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 279
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 280
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 283
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 284
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 288
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 290
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 292
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 293
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 295
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 297
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 299
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 300
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 301

mockit/internal/expectations/transformation/ArgumentCapturing.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 16
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.types.ReferenceType' 20
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 44
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 45
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 46
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 47
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 48
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 49
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 51
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 53
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 103
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 106
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 107
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 115
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 123
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 133

mockit/internal/expectations/transformation/ArgumentMatching.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.methods.MethodWriter' 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning sizes LineLength Line is longer than 120 characters (found 131). 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 119
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 120
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 121
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 122
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 124
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 125
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 135

mockit/internal/expectations/transformation/Capture.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.methods.MethodWriter' 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 68
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 70
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 128

mockit/internal/expectations/transformation/ExpectationsTransformer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.classes.ClassReader' 13
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 22
 Warning sizes LineLength Line is longer than 120 characters (found 143). 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 31
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 33
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 34
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 35
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 37
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 38
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 41
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning naming AbbreviationAsWordInName Abbreviation in name 'isJMockitClass' must contain no more than '1' consecutive capital letters. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 64
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 74
 Warning blocks EmptyCatchBlock Empty catch block. 74
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80

mockit/internal/expectations/transformation/InvocationBlockModifier.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.controlFlow.Label' 29
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 82
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 83
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 86
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 114
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 116
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 118
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 120
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 122
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 134
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 136
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 138
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 139
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 140
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 144
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 145
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 147
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 150
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 162
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 164
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 165
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 166
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 168
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 170
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 171
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 173
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 192
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 193
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 194
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 195
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 196
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 197
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 198
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 199
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 200
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 201
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 202
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 206
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 208
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 211
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 213
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 214
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 215
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 217
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 219
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 221
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 225
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 232
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 234
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 236
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 241
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 244
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 245
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 250
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 254
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 256
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 259
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 260
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 265
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 267
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 271
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 272
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 275
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 276
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 278
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 282
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 284
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 288
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 290
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 292
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 293
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 294
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 296
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 298
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 300
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 302
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 305
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 306
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 307
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 310
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 311
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 313
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 316
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 317
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 318
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 322
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 323
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 324
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 325
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 327
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 329
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 330

mockit/internal/faking/CaptureOfFakedImplementations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.MockUp' 12
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 44

mockit/internal/faking/FakeBridge.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.ClassLoadingBridge' 12
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 27
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 33
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 36
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 37
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 44

mockit/internal/faking/FakeClassSetup.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 13
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.MockUp' 16
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 73
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109

mockit/internal/faking/FakeClasses.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 13
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.MockUp' 15
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 20
 Warning whitespace EmptyLineSeparator 'STATIC_INIT' should be separated from previous line. 20
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 22
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 23
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 25
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 31
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 32
 Warning blocks EmptyCatchBlock Empty catch block. 32
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 72
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 78
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 82
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 86
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 87
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 91
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 91
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 93
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 95
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 101
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 102
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 105
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 111
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 113
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 115
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 116
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 121

mockit/internal/faking/FakeInvocation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 12
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.BaseInvocation' 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 65
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 89

mockit/internal/faking/FakeMethodBridge.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Invocation' 12
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 37
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 115

mockit/internal/faking/FakeMethodCollector.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 15
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Mock' 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'do..while' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 65
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 70
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 71
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 74

mockit/internal/faking/FakeMethods.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.util.ObjectMethods.isMethodFromObject' 9
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 16
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.ClassLoadingBridge' 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning naming AbbreviationAsWordInName Abbreviation in name 'targetTypeIsAClass' must contain no more than '1' consecutive capital letters. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 68
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 70
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 71
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 72
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 92
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 93
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 103
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 127
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 155
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 157
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 158
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 176
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 182
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 184
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 195
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 196
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 197
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 201
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 205
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 210
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 216
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 216
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 225
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 226
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 227
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 229
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 230
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 231
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 234
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 235
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 236
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 240
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 244
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 246
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 248
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 250
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 253
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 255
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 256
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 257
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 259
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 260
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 261
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 265
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 266
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 267
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 271
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 273
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 275
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 277
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 278
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 279
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 280
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 281
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 283

mockit/internal/faking/FakeState.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.faking.FakeMethods.FakeMethod' 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 44
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 62
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 63
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'synchronized' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'synchronized' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 97
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 99
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 106
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 119
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 138
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 154
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 163

mockit/internal/faking/FakeStates.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 14
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.util.ClassLoad' 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 54
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 56
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 58
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 59
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 60
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109

mockit/internal/faking/FakedClassModifier.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.jvmConstants.Opcodes.ACONST_NULL' 13
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.MockUp' 33
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 49
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 49
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 51
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 51
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 67
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 67
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 109
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 151
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 159
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 173
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 175
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 176
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 177
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 178
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 179
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 186
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 188
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 194
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 195
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 196
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 198
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 199
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 205
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 221
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 223
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 233
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 235
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 236
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 241
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 242
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 244
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 251
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 253
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 255
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 256
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 257
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 259
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 261
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 263
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 265
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 266
 Warning coding VariableDeclarationUsageDistance Distance between variable 'isStatic' declaration and its first usage is 13, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 269
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 278
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 284
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 285
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 286
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 287
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 289
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 290
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 291
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 292
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 293
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 295
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 298
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 300
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 302
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 306
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 307
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 309
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 310
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 311
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 313
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 314
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 316
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 317
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 319
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 320
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 322
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 324
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 327
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 329
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 332
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 334
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 336
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 337
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 340
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 341
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 342
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 343
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 344
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 346
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 347
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 348
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 350
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 351
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 353
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 355
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 359
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 360
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 361
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 362
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 363
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 364
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 366
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 367
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 368
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 369
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 370
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 372
 Warning sizes LineLength Line is longer than 120 characters (found 130). 373
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 376
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 378
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 379
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 381
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 382
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 383
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 385
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 386
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 387
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 388
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 390
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 391
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 392
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 394
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 395
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 396
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 397
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 398
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 399
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 400
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 401

mockit/internal/injection/BeanExporter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.injection.InjectionPoint.KindOfInjectionPoint' 10
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52

mockit/internal/injection/InjectionPoint.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.reflection.AnnotationReflection.readAnnotationAttribute' 9
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 25
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 37
 Warning indentation Indentation 'enum def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 38
 Warning indentation Indentation 'enum def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 87
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 94
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 113
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 115
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning naming AbbreviationAsWordInName Abbreviation in name 'otherIP' must contain no more than '1' consecutive capital letters. 129
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 145
 Warning naming AbbreviationAsWordInName Abbreviation in name 'otherIP' must contain no more than '1' consecutive capital letters. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 150
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 154
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 154
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 157
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 160
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 163
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 164
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 166
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 167
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 178
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 186
 Warning naming ParameterName Parameter name 'uClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 188
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 193
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 198
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 212
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 217
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 219
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 221
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 221
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 230
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 236
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 240
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 244
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 246
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 250
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 252
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 256
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 257
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 258
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 262
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 264
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 266
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 267
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 269
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 270
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 272
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 273
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 277
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 279
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 283
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 285
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 285
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 288
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 292
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 294
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 294
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 297
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 298
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 300
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 301
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 303
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 304
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 307
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 308
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 309
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 311
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 312
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 314
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 315
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 317
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 318
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 319
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 320
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 322
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 323
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 325
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 325
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getNameFromJNDILookup' must contain no more than '1' consecutive capital letters. 326
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 327
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 329
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 330
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 334

mockit/internal/injection/InjectionProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 10
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 62
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80

mockit/internal/injection/InjectionProviders.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 16
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.injection.InjectionPoint.KindOfInjectionPoint' 20
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 51
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 53
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 73
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 87
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 94
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 99
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 124
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 126
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 127
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 128
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 130
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 131
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 133
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 134
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 149
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 150
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 151
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 153
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 154
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 155
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 156
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 158
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 171
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 172
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 173
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 174
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 176
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 177
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 178
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 179
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 189
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 191
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 192
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 196
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 201
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 207
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 211
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 217
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 217
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 226

mockit/internal/injection/InjectionState.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 17
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.reflection.FieldReflection' 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 104
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 117
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 129
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 134
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 135
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 136
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 146
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 148
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 153
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 159
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 164
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 166
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 167
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 169
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 170
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 172
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 173
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 174
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 175
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 176
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 186
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 194
 Warning naming AbbreviationAsWordInName Abbreviation in name 'dependencyIP' must contain no more than '1' consecutive capital letters. 194
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 195
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 197
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 198
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 199
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 201
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 202
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 203
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 204
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 205
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 206
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 208
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 209
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 210
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 214
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 218
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 229
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 232
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 236
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 238
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 241

mockit/internal/injection/Injector.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.injection.InjectionPoint.PERSISTENCE_UNIT_CLASS' 12
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 27
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.injection.InjectionPoint.KindOfInjectionPoint' 31
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'do..while' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 69
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 105
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 105
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 109
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 111
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 112
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 113
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 134
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 151
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 162
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 166
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 170
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 171
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 188
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 191
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 192
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 193
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 199
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 205
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 209
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 211
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 212
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 216
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 218
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 221
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 222
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 223
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 224
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 227
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 228
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 229
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 230
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 231
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 232
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 234
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 238

mockit/internal/injection/InterfaceResolution.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 10. 27
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 12. 28
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 10. 29
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 10. 31
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 10. 32
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 10. 34
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 12. 35
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 10. 36
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 10. 38
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 12. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 14. 40
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 12. 41
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 12. 43
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 10. 44
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 10. 46
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 89
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 93
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 105
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 110

mockit/internal/injection/LifecycleMethods.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 20
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.reflection.MethodReflection' 26
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 48
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'do..while' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 71
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 75
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 76
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 77
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 81
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 85
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 108
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 110
 Warning blocks RightCurly '}' at column 38 should be alone on a line. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 151
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 153
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 160
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 163
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 172
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 173
 Warning blocks EmptyCatchBlock Empty catch block. 173
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 175
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 182
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 183
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 184
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 185
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 186
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 189

mockit/internal/injection/MultiValuedProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 41
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46

mockit/internal/injection/TestedClass.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 12
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.reflection.GenericTypeReflection' 15
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 86
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 114

mockit/internal/injection/TestedClassInstantiations.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 18
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Injectable' 20
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 64
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 72
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 82
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 90
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 100
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 101
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 113
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 115
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 116
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 118
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 119
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 121
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 127
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 134
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 139
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 151
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 152
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 153
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 165
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 175
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 176
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 177
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 188

mockit/internal/injection/TestedField.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.reflection.FieldReflection.getFieldValue' 9
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 14
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Tested' 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 49
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 51
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 52
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 53
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 55
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65

mockit/internal/injection/TestedObject.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 15
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Tested' 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def type' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 87
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 100
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 138
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 140
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 141
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 142
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 157
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 165
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 167
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 168
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171

mockit/internal/injection/TestedObjectCreation.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 12
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.classes.ClassReader' 15
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 55
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78

mockit/internal/injection/TestedParameter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Tested' 11
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 40
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 42
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 43
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 44
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56

mockit/internal/injection/TestedParameters.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Tested' 14
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 39
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 52
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65

mockit/internal/injection/constructor/ConstructorInjection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 23
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.types.JavaType' 26
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning coding VariableDeclarationUsageDistance Distance between variable 'consumedInjectables' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 70
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 73
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 76
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 81
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 127
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 129
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 140
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 142
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 145
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 176
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 178
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 179
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 180
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 181
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 194
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 210
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 217
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 219
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 221

mockit/internal/injection/constructor/ConstructorParameter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 12
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.injection.InjectionProvider' 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 54

mockit/internal/injection/constructor/ConstructorSearch.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.injection.InjectionPoint.getQualifiedName' 11
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 23
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.types.JavaType' 26
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 79
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 82
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 83
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 86
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 103
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 104
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 106
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 108
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 111
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 112
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 113
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 138
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 154
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 155
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 156
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 182
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 192
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 193
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 195
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 196
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 197
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 201
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 202
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 205
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 209
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 210
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 213
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 214
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 215
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 219
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 221
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 227
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 228
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 236
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 243
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 244
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 255
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 257
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 261
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 262
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 264
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 268
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 268
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 271
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 275
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 277
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 280
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 281
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 283
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 285
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 288
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 290
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 291
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 292
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 293
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 296
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 297
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 298
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 299
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 300
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 301

mockit/internal/injection/field/FieldInjection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.injection.InjectionState' 10
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 14
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 16
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 17

mockit/internal/injection/field/FieldToInject.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.injection.InjectionPoint' 12
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 22
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48

mockit/internal/injection/full/FullInjection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.injection.InjectionPoint.CONVERSATION_CLASS' 9
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 22
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.jvmConstants.Access' 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 59
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 93
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 124
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 126
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 127
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 128
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 129
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 142
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 142
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 154
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 172
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 173
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 175
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 177
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 178
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 179
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 184
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 189
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 198
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 201
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 205
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 207
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 211
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 213
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 217
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 224
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 228
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 230
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 236
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be one of the following: 18, 20, 22. 242
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 251
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 253
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 256
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 260
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 264
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 266
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 271
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 273
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 275
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 283
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 285
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 286
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 288
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 292
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 294
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 298
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 300
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 301
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 302
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 303
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 305
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 307
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 311
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 312
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 314
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 315
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 316
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 317
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 319
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 320
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 322
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 324

mockit/internal/injection/full/JPADependencies.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.injection.InjectionPoint' 22
 Warning imports CustomImportOrder Extra separation in import group before 'org.xml.sax.Attributes' 26
 Warning naming AbbreviationAsWordInName Abbreviation in name 'JPADependencies' must contain no more than '1' consecutive capital letters. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 82
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 83
 Warning naming ParameterName Parameter name 'qName' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 85
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be one of the following: 22, 24, 26. 87
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 91
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 92
 Warning blocks EmptyCatchBlock Empty catch block. 92
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 106
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 110
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 149

mockit/internal/injection/full/ServletDependencies.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 18
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.injection.InjectionPoint' 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 356
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 358
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 359
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 361
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 363
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 436
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 14, 16, 18. 445
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 477
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 478
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 479
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 480

mockit/internal/injection/full/TestConversation.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 16
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 57

mockit/internal/injection/full/TestDataSource.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 15
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.injection.InjectionPoint' 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'do..while' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning naming AbbreviationAsWordInName Abbreviation in name 'createFromTestedClassOrASuperclass' must contain no more than '1' consecutive capital letters. 68
 Warning indentation Indentation 'do..while' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 73
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 85
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 87
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 91
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 101
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 136
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 147
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 149
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 150
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 151
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 153
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 154
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 156

mockit/internal/package-info.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 9
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 9

mockit/internal/reflection/AnnotationReflection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 12
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 15
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 22
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 24
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 28
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 32
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 49

mockit/internal/reflection/ConstructorReflection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 15
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 18
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 25
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 26
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 28
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 31
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 32
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 41
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 44
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 51
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 54
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 61
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 69
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 81
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 82
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 92
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 103

mockit/internal/reflection/EmptyProxy.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 14
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 26
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 30
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 32
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 35
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 40
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 41
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 44
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 55
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 60
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 61
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 67
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 70

mockit/internal/reflection/FieldReflection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 11
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 14
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 18
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 23
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 24
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 25
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 26
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 29
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 31
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 40
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 41
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 44
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48

mockit/internal/reflection/GenericTypeReflection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 21
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 59
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 60
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 97
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 103
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 105
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 109
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 111
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 129
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 162
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 173
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 193
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 194
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 198
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 199
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 204
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 205
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 208
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 212
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '158'. 214
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 214
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 220
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 222
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 223
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 224
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 225
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 227
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 229
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 231
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 233
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 238
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 244
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 246
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 248
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 248
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 255
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 256
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 257
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 258
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 259
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 260
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 263
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 264
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 265
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 266
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 269
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 270
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 271
 Warning indentation Indentation 'switch' has incorrect indentation level 12, expected level should be 6. 273
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 274
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 275
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 276
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 277
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 278
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 279
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 280
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 281
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 282
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 283
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 284
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 285
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 286
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 287
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 288
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 289
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 290
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 291
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 16, expected level should be 8. 292
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 293
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 294
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 295
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 12, expected level should be 6. 296
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 298
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 299
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 300
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 304
 Warning indentation Indentation 'do..while' has incorrect indentation level 12, expected level should be 6. 306
 Warning indentation Indentation 'do..while' child has incorrect indentation level 16, expected level should be 8. 307
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 308
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 309
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 310
 Warning indentation Indentation 'do..while' child has incorrect indentation level 16, expected level should be 8. 311
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 12, expected level should be 6. 312
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 314
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 316
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 317
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 318
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 319
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 321
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 322
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 324
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 325
 Warning indentation Indentation 'do..while' has incorrect indentation level 12, expected level should be 6. 327
 Warning indentation Indentation 'do..while' child has incorrect indentation level 16, expected level should be 8. 328
 Warning indentation Indentation 'do..while' child has incorrect indentation level 16, expected level should be 8. 329
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 12, expected level should be 6. 330
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 332
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 335
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 336
 Warning indentation Indentation 'do..while' has incorrect indentation level 12, expected level should be 6. 338
 Warning indentation Indentation 'do..while' child has incorrect indentation level 16, expected level should be 8. 339
 Warning indentation Indentation 'do..while' child has incorrect indentation level 16, expected level should be 8. 340
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 341
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 342
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 343
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 344
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 345
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 12, expected level should be 6. 346
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 347
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 349
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 350
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 351
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 352
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 354
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 355
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 357
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 358
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 359
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 361
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 362
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 363
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 365
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 366
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 367
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 368
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 370
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 371
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 373
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 375
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 376
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 377
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 379
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 380
 Warning indentation Indentation 'do..while' has incorrect indentation level 12, expected level should be 6. 381
 Warning indentation Indentation 'do..while' child has incorrect indentation level 16, expected level should be 8. 382
 Warning indentation Indentation 'do..while' child has incorrect indentation level 16, expected level should be 8. 383
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 12, expected level should be 6. 384
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 385
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 386
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 387
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 389
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 390
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 391
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 393
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 394
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 395
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 397
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 398
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 399
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 400
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 401
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 403
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 404
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 406
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 407
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 408
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 409
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 410
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 412
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 414
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 415
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 417
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 417
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 419
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 421
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 422
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 423
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 424
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 426
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 427
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 428
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 429
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 431
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 432
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 433
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 434
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 435
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 437
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 438
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 440
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 441
 Warning coding VariableDeclarationUsageDistance Distance between variable 'typeVar' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). 442
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 442
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 444
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 446
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 447
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 448
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 450
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 452
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 453
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 454
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 455
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 456
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 457
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 458
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 460
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 461
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 462
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 463
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 465
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 467
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 468
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 469
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 471
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 473
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 474
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 475
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 477
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 479
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 480
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 481
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 482
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 483
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 484
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 486
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 487
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 489
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 491
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 493
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 494
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 497
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 498
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 499
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 501
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 502
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 503
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 505
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 506
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 507
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 509
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 509
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 511
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 512
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 515
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 516
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 517
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 519
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 520
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 521
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 523
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 524
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 526
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 528
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 529
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 530
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '185'. 532
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 532
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 534
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 535
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 536
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 537
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 539
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 539
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 540
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 541
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 542
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 544
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 545
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 546
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 547
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 548
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 549
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 550
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 551
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 554
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 555
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 556
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 557
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 558
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 559
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 561
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 562
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 563
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 564
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 566
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 567
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 569
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 571
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 572
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 573
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 575
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 576
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 577
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 579
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 580
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 582
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 584
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 585
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 587
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 588
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 589
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 590
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 591
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 592
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 593
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 594
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 595
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 596
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 598
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 599
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '539'. 601
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 601
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 602
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 603
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 606
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 608
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 610
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 612
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 614
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 616
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 618
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 619
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 621
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 622
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 623
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 625
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 626
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 627
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 628
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 629
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 630
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 631
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 633
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 634
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 636
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 637
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 639
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 641
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 642
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 645
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 646
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 648
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 649
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 651
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 653
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 654
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 655
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 656
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 657
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 659
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 660
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 662
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 663
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 664
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 665
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 667
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 668
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 669
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 670
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 672
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 673
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 675
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 676
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 678
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 679
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 680
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 681
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 683
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 684

mockit/internal/reflection/MethodReflection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.reflection.ParameterReflection.acceptsArgumentTypes' 10
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 20
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Delegate' 23
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 49
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 55
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 56
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 70
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 75
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 82
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 111
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '34'. 121
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 156
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 158
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 160
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 163
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 165
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 166
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 167
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 170
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 184
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 185
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 187
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 191
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 192
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 193
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 194
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 200
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'do..while' has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 206
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 208
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 209
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 210
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 212
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 216
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 228
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 230
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 231
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 232
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 234
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 236
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 238
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 239
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 243
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 252

mockit/internal/reflection/MockInvocationHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.util.DefaultValues' 14
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 20
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 20
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 25
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 41
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 44
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56

mockit/internal/reflection/ParameterReflection.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 12
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.Invocation' 15
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 33
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 56
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 81
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 119
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 130

mockit/internal/reflection/RealMethodOrConstructor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.util.ClassLoad' 14
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 32
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 39
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 44
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 62
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 66
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 67
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 69
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 71
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 75
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 77
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 81
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning naming ParameterName Parameter name 'aType' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 87
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 91
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 92
 Warning blocks EmptyCatchBlock Empty catch block. 92
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 103

mockit/internal/reflection/ThrowOfCheckedException.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 14
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 21
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 22
 Warning blocks EmptyCatchBlock Empty catch block. 22
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24

mockit/internal/startup/ClassLoadingBridgeFields.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 16
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.classes.ClassReader' 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning naming AbbreviationAsWordInName Abbreviation in name 'createSyntheticFieldsInJREClassToHoldClassLoadingBridges' must contain no more than '1' consecutive capital letters. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'member def type' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 65
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 70
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 71
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 77
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getModifiedJREClassWithAddedFields' must contain no more than '1' consecutive capital letters. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 97

mockit/internal/startup/JMockitInitialization.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.util.ClassLoad.loadClassAtStartup' 9
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 18
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.MockUp' 20
 Warning naming AbbreviationAsWordInName Abbreviation in name 'JMockitInitialization' must contain no more than '1' consecutive capital letters. 27
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 33
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 44
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 89
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 90
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 91
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning blocks EmptyCatchBlock Empty catch block. 94
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 99

mockit/internal/startup/Startup.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 13
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.ClassIdentification' 16
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 70
 Warning sizes LineLength Line is longer than 120 characters (found 121). 71
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 75
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 76
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 79
 Warning blocks EmptyCatchBlock Empty catch block. 79
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 93
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 103
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 127
 Warning naming LocalVariableName Local variable name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 127
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 129
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 134

mockit/internal/state/CachedClassfiles.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 13
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.startup.Startup' 16
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 24
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 90
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '73'. 92
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 100
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 120
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '87'. 122
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 122
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 137
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '56'. 139
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 139
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 141

mockit/internal/state/MockFixture.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.util.GeneratedClasses.getMockedClass' 9
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 28
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.ClassFile' 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 56
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 56
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 58
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 58
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 74
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 74
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 139
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 139
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 142
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 148
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 152
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 154
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 156
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 161
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 162
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 164
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 165
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 166
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 168
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 174
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 178
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 179
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 184
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 186
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 188
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 189
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 190
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 194
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 196
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 196
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 201
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 205
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 207
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 211
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 213
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 218
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 232
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 233
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 235
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 236
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 237
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 239
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 240
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 241
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 242
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 246
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '135'. 250
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 250
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 250
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 256
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 260
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 264
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 266
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 268
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 269
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 270
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 271
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 272
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 273
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 275
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 276
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 277
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 278
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 279
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 281
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 283
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 285
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 287
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 290
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 292
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 293
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 294
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 295
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 298
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 299
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 301
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 303
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 306
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 309
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 310
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 311
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 312
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 314
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 315
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 316
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 317
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 318
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 319
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 320
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 321
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 322
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 324
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 325
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 326
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 327
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 328
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 332
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 334
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 335
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 336
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 337
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 339
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 340
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 341
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 342
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 344
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 345
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 347
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 348
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 350
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 351
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 352
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 353
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 354
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 355
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 356
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 358
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 362
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 364
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 365
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 367
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 368
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 369
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 371
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 373
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 374
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 378
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 379
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 380
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 384
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 385
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 386
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 388
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 389
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 391
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 392
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 393
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 394
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 395
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 396
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 397
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 401
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 401
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 402
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 403
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 404
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 405
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 407
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 408
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 410
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 411
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 412
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 414
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 415
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 416
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 417
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 419
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 420
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 422
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 422
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 423
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 424
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 425
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 426
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 427
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 429
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 430

mockit/internal/state/ParameterNames.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.util.TestMethod' 14
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 31
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 32
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55

mockit/internal/state/SavePoint.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 13
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.ClassIdentification' 15
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 29
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 44
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 47
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51

mockit/internal/state/TestRun.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.expectations.RecordAndReplayExecution' 10
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 159
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 176
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 181
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 194
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 194
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 194
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 198
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 199
 Warning blocks EmptyCatchBlock Empty catch block. 199
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 201
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 202
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 204
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 206

mockit/internal/util/AutoBoxing.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 10
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 19
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52

mockit/internal/util/ClassLoad.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.state.TestRun' 13
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 41
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 43
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 44
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning naming AbbreviationAsWordInName Abbreviation in name 'loadClassFromAClassLoader' must contain no more than '1' consecutive capital letters. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 62
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 63
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 66
 Warning naming AbbreviationAsWordInName Abbreviation in name 'contextCL' must contain no more than '1' consecutive capital letters. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 67
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 70
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 71
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 72
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning naming AbbreviationAsWordInName Abbreviation in name 'contextCL' must contain no more than '1' consecutive capital letters. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 88
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 90
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 91
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 101
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '34'. 103
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 103
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 112
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 127
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 127
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 134
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 142
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 149
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 151
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 152
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 153
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 154
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 160
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 165
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 176
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 178
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 179
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 182
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 183
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 184
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 186
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 194
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 197

mockit/internal/util/ClassNaming.java

Severity Category Rule Message Line
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 9
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 11
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 17
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 17
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 20
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 28
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 37
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43

mockit/internal/util/DefaultValues.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.util.Utilities.JAVA8' 15
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 38
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.types.ArrayType' 41
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 61
 Warning whitespace EmptyLineSeparator 'STATIC_INIT' should be separated from previous line. 61
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 181
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 182
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 184
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 186
 Warning blocks EmptyCatchBlock Empty catch block. 186
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 194
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 196
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 196
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 201
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 207
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 211
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 216
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 218
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 218
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 223
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 234
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 235
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '196'. 237
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 237
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 237
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 240
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 244
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 248
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 250
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 250
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 253
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 256
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 259
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 260
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 262
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 265
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 266
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 268
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 271
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 274
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 276
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 276
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 280
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 283
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 284
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 288
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 292
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 293
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 295
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 296
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 300
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 304
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 307
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 308
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 311
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 312

mockit/internal/util/GeneratedClasses.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 20
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 25
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 29
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 31
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 32
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 33
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 67
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 83

mockit/internal/util/MethodFormatter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.internal.state.ParameterNames' 13
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 74
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 75
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 76
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 78
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 107
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 108
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 110
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 142
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 150
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 154
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 156
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 157
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 158
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 159
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 160
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 164
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 166
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 167
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 170
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 181
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 182
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 183
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 184
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 185
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 186
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 187
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 188
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 189
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 190
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 191
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 192
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 193
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 194
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 195
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 196
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 197
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 198
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 199
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 200
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 201
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 202
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 203
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 204
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 208
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 214
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 215
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 216
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 218
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 227
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 228
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 231
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 233
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 234
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 235

mockit/internal/util/ObjectMethods.java

Severity Category Rule Message Line
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 10
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 16
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 23
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 26
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 29
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 33
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 35
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 36
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 37
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50

mockit/internal/util/ParameterNameExtractor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 10
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.metadata.ClassMetadataReader' 12
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 24
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 30
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 31
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 32
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 34
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 35
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 36
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 38
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 39
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 40
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 41
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46

mockit/internal/util/StackTrace.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 9
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning naming AbbreviationAsWordInName Abbreviation in name 'filteredST' must contain no more than '1' consecutive capital letters. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 44
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 46
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 49
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 50
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning naming AbbreviationAsWordInName Abbreviation in name 'isJDKOr3rdPartyLibraryInternalMethod' must contain no more than '1' consecutive capital letters. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning naming AbbreviationAsWordInName Abbreviation in name 'isJMockitMethod' must contain no more than '1' consecutive capital letters. 79
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 110
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 111
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 112
 Warning blocks EmptyCatchBlock Empty catch block. 112
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 113
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 115
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119

mockit/internal/util/TestMethod.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 11
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.types.JavaType' 15
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 68
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72

mockit/internal/util/TypeConversion.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 14
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 17
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 21
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 24
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 27
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 30
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 33
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 62
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 65
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 68
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 69
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 71
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 77
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91

mockit/internal/util/TypeConversionBytecode.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.methods.MethodVisitor' 16
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 21
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 25
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 27
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 28
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 30
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 34
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 38
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 39
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 41
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 42
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 69
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 95

mockit/internal/util/TypeDescriptor.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'mockit.asm.types.ArrayType' 9
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 24
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 30
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 49
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 56
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 57
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 58
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 63
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 78

mockit/internal/util/Utilities.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 42
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 49
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 52
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 61
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 67
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 71
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 75
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 85
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 90
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 97
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 100
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 107
 Warning naming ParameterName Parameter name 'aClass' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 117

mockit/internal/util/VisitInterruptedException.java

Severity Category Rule Message Line
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 7
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 8
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 12

mockit/package-info.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 8
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 8
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 14
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 14
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 23
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 23
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 28
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 28

samples/LoginService/src/main/java/jmockit/loginExample/domain/userAccount/UserAccount.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'jmockit.loginExample.domain.userAccount' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 5
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 6
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 7
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 8
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 11
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 12
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 13
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46

samples/LoginService/src/main/java/jmockit/loginExample/domain/userLogin/AccountLoginLimitReachedException.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'jmockit.loginExample.domain.userLogin' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 3
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 5

samples/LoginService/src/main/java/jmockit/loginExample/domain/userLogin/LoginService.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'jmockit.loginExample.domain.userLogin' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning imports CustomImportOrder Extra separation in import group before 'jmockit.loginExample.domain.userAccount.UserAccount' 7
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 9
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 10
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 19
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 24
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 28
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 30
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 37
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 41
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 64

samples/LoginService/src/main/java/jmockit/loginExample/domain/userLogin/UserAccountNotFoundException.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'jmockit.loginExample.domain.userLogin' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 3
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 5

samples/LoginService/src/main/java/jmockit/loginExample/domain/userLogin/UserAccountRevokedException.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'jmockit.loginExample.domain.userLogin' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 3
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 5

samples/java8testing/src/main/java/java8testing/BusinessService.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'java8testing' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 9
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40

samples/java8testing/src/main/java/java8testing/Collaborator.java

Severity Category Rule Message Line
 Warning naming PackageName Package name 'java8testing' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 17
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 18

samples/petclinic/src/main/java/petclinic/owners/Owner.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 6
 Warning imports CustomImportOrder Extra separation in import group before 'petclinic.pets.Pet' 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76

samples/petclinic/src/main/java/petclinic/owners/OwnerMaintenance.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 5
 Warning imports CustomImportOrder Extra separation in import group before 'petclinic.util.Database' 10
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40

samples/petclinic/src/main/java/petclinic/owners/OwnerScreen.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nullable' 5
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 33
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 46
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65

samples/petclinic/src/main/java/petclinic/package-info.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 4
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 4
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 7
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 7
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 28
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 47

samples/petclinic/src/main/java/petclinic/pets/Pet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 9
 Warning imports CustomImportOrder Extra separation in import group before 'petclinic.owners.Owner' 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 88

samples/petclinic/src/main/java/petclinic/pets/PetMaintenance.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 5
 Warning imports CustomImportOrder Extra separation in import group before 'petclinic.owners.Owner' 11
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 49
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55

samples/petclinic/src/main/java/petclinic/pets/PetScreen.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 5
 Warning imports CustomImportOrder Extra separation in import group before 'petclinic.owners.Owner' 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 33
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 36
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 64
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 66
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 69

samples/petclinic/src/main/java/petclinic/pets/PetType.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'petclinic.util.BaseEntity' 7
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 20
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 25

samples/petclinic/src/main/java/petclinic/util/BaseEntity.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.GeneratedValue' 7
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 30
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 37
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52

samples/petclinic/src/main/java/petclinic/util/Database.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnegative' 5
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 36
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 96
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 96
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 121

samples/petclinic/src/main/java/petclinic/util/Person.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 24
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 36

samples/petclinic/src/main/java/petclinic/vets/Specialty.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'petclinic.util.BaseEntity' 6
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 13
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 14
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 18
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 23

samples/petclinic/src/main/java/petclinic/vets/Vet.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.CascadeType' 6
 Warning imports CustomImportOrder Extra separation in import group before 'petclinic.util.Person' 14
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 28
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 32
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 33

samples/petclinic/src/main/java/petclinic/vets/VetMaintenance.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 5
 Warning imports CustomImportOrder Extra separation in import group before 'petclinic.util.Database' 9
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 16
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 21
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 22

samples/petclinic/src/main/java/petclinic/vets/VetScreen.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nullable' 5
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 25
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 30

samples/petclinic/src/main/java/petclinic/visits/Visit.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Entity' 5
 Warning imports CustomImportOrder Extra separation in import group before 'petclinic.pets.Pet' 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 20
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63

samples/petclinic/src/main/java/petclinic/visits/VisitMaintenance.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nonnull' 5
 Warning imports CustomImportOrder Extra separation in import group before 'petclinic.pets.Pet' 10
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 18
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 21
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 22
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 23
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 24
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 29
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 35

samples/petclinic/src/main/java/petclinic/visits/VisitScreen.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.annotation.Nullable' 5
 Warning imports CustomImportOrder Extra separation in import group before 'petclinic.pets.Pet' 11
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 21
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 34
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 60
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 66
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 70

samples/tutorial/src/main/java/tutorial/domain/EntityX.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.Column' 5
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 10
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 12
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 15
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 19
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 22
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 23
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 25
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 26
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 27
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 28
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 31
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 35
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56

samples/tutorial/src/main/java/tutorial/domain/MyBusinessService.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.mail.Email' 9
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 17
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 17
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 24
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 24
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 30
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 53
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 90

samples/tutorial/src/main/java/tutorial/persistence/Database.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'javax.persistence.EntityManager' 6
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 15
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 15
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 25
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 40
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 45
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning javadoc MissingJavadocMethod Missing a Javadoc comment. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 68
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 92